Fix compilation error of Wayland_Util.h

This commit fixes the following error:
error: #endif without #if
This commit is contained in:
pf packet 2014-04-02 03:39:10 +09:00
parent bad109402e
commit 2aaca74dd5

View File

@ -27,5 +27,3 @@ public:
void ToggleFullscreen(bool fullscreen); void ToggleFullscreen(bool fullscreen);
void SwapBuffers(); void SwapBuffers();
}; };
#endif