De-virtualize BLayout::Relayout(). I think this was virtual only by accident.

This commit is contained in:
Alex Wilson 2011-09-12 08:56:40 -06:00
parent 4e0131f51b
commit b8725ee37e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
// Layouting related methods
virtual void InvalidateLayout(bool children = false);
virtual void Relayout(bool immediate = false);
void Relayout(bool immediate = false);
void RequireLayout();
bool IsValid();
void EnableLayoutInvalidation();