more fixes to compiling with gcc 4.6

This commit is contained in:
niczkx
2012-08-03 15:03:34 -06:00
parent 7d62763c92
commit 092876d0e1
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ public:
virtual bool isUIGridLayout() { return false; }
protected:
virtual bool internalUpdate() { }
virtual bool internalUpdate() { return false; }
int m_updateDisabled;
stdext::boolean<false> m_updating;