Revirtualize BLayout::Relayout(), since it is in fact inherited from BLayoutItem and virtual anyway.

Also add a comment to make this obvious.
This commit is contained in:
Alex Wilson
2011-10-28 14:17:05 -06:00
parent 7ab5610ba9
commit 0843fb4572
+2 -1
View File
@@ -49,7 +49,8 @@ public:
// Layouting related methods
virtual void InvalidateLayout(bool children = false);
void Relayout(bool immediate = false);
virtual void Relayout(bool immediate = false);
// from BLayoutItem
void RequireLayout();
bool IsValid();
void EnableLayoutInvalidation();