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 thread_id Run();
|
||||
|
||||
virtual void SetLayout(BLayout* layout);
|
||||
BLayout* GetLayout() const;
|
||||
virtual void SetLayout(BLayout* layout);
|
||||
BLayout* GetLayout() const;
|
||||
|
||||
void InvalidateLayout(bool descendants = false);
|
||||
void InvalidateLayout(bool descendants = false);
|
||||
|
||||
private:
|
||||
typedef BLooper inherited;
|
||||
|
Loading…
Reference in New Issue
Block a user