Rectangle definition conflicted with a definition included by <boost/asio.hpp>.

This commit is contained in:
stiffly
2015-12-07 16:52:42 +01:00
parent d8d63f804a
commit de5bdef58c
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
virtual void Draw(RenderQueueCollection& rq) = 0;
protected:
Rectangle m_Resolution = Rectangle(1280, 720);
Rectangle m_Resolution = Rectangle::Rectangle(1280, 720);
bool m_Fullscreen = false;
bool m_VSYNC = false;
int m_GLVersion[2];