mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
more fixes to compiling with gcc 4.6
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user