Merge pull request #237 from pfpacket/fix-wl-build

Fix compilation error of Wayland_Util.h
This commit is contained in:
Pierre Bourdon 2014-04-01 20:47:48 +02:00
commit 4e0ed8e93b
1 changed files with 0 additions and 2 deletions

View File

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