mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
fix compiling on gcc 4.6 (too early to use 4.7.1...)
This commit is contained in:
@@ -111,11 +111,11 @@ protected:
|
||||
InputEvent m_inputEvent;
|
||||
stdext::boolean<false> m_mouseButtonStates[4];
|
||||
|
||||
bool m_created = false;
|
||||
bool m_visible = false;
|
||||
bool m_focused = false;
|
||||
bool m_fullscreen = false;
|
||||
bool m_maximized = false;
|
||||
stdext::boolean<false> m_created;
|
||||
stdext::boolean<false> m_visible;
|
||||
stdext::boolean<false> m_focused;
|
||||
stdext::boolean<false> m_fullscreen;
|
||||
stdext::boolean<false> m_maximized;
|
||||
|
||||
std::function<void()> m_onClose;
|
||||
OnResizeCallback m_onResize;
|
||||
|
Reference in New Issue
Block a user