diff options
Diffstat (limited to 'ui/window.h')
-rw-r--r-- | ui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/window.h b/ui/window.h index 369228a..183a65a 100644 --- a/ui/window.h +++ b/ui/window.h @@ -31,6 +31,7 @@ public: protected: virtual void render() const; + struct GLInitHelper { GLInitHelper(); }; |