Fixed indentation of the layout related methods.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
40897d3964
commit
c53b934329
@ -258,10 +258,10 @@ public:
|
|||||||
virtual bool QuitRequested();
|
virtual bool QuitRequested();
|
||||||
virtual thread_id Run();
|
virtual thread_id Run();
|
||||||
|
|
||||||
virtual void SetLayout(BLayout* layout);
|
virtual void SetLayout(BLayout* layout);
|
||||||
BLayout* GetLayout() const;
|
BLayout* GetLayout() const;
|
||||||
|
|
||||||
void InvalidateLayout(bool descendants = false);
|
void InvalidateLayout(bool descendants = false);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef BLooper inherited;
|
typedef BLooper inherited;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user