Build fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43011 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7625ce5150
commit
b373759b5d
@ -146,6 +146,8 @@ private:
|
|||||||
BPoint LocationForReplicant(int32 index, float width);
|
BPoint LocationForReplicant(int32 index, float width);
|
||||||
BShelf* Shelf() const;
|
BShelf* Shelf() const;
|
||||||
|
|
||||||
|
status_t _SaveSettings();
|
||||||
|
|
||||||
friend class TReplicantShelf;
|
friend class TReplicantShelf;
|
||||||
|
|
||||||
TTimeView* fClock;
|
TTimeView* fClock;
|
||||||
@ -199,8 +201,6 @@ public:
|
|||||||
bool IsDragging() {return IsTracking();}
|
bool IsDragging() {return IsTracking();}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
status_t _SaveSettings();
|
|
||||||
|
|
||||||
TBarView* fBarView;
|
TBarView* fBarView;
|
||||||
BView* fChild;
|
BView* fChild;
|
||||||
BPoint fPreviousPosition;
|
BPoint fPreviousPosition;
|
||||||
|
Loading…
Reference in New Issue
Block a user