- fixed mac compile(hopefully?)

This commit is contained in:
raa-eruanna 2017-07-29 17:03:18 -04:00
parent af32edd054
commit 0df2779004
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public:
int GetClientWidth();
int GetClientHeight();
virtual int GetTrueHeight() { return GetClientHeight(); }
protected:
int m_Lock;
bool UpdatePending;