Build fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43011 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2011-10-30 19:36:26 +00:00
parent 7625ce5150
commit b373759b5d

View File

@ -146,6 +146,8 @@ private:
BPoint LocationForReplicant(int32 index, float width);
BShelf* Shelf() const;
status_t _SaveSettings();
friend class TReplicantShelf;
TTimeView* fClock;
@ -199,8 +201,6 @@ public:
bool IsDragging() {return IsTracking();}
private:
status_t _SaveSettings();
TBarView* fBarView;
BView* fChild;
BPoint fPreviousPosition;