diff options
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index f594c57e5..83ccc25cb 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -41,6 +41,8 @@ class SafeOpenGLGraphics final : public Graphics public: SafeOpenGLGraphics(); + A_DELETE_COPY(SafeOpenGLGraphics); + ~SafeOpenGLGraphics(); bool setVideoMode(const int w, const int h, const int bpp, @@ -102,6 +104,7 @@ class SafeOpenGLGraphics final : public Graphics void updateScreen() override; void _beginDraw(); + void _endDraw(); bool pushClipArea(gcn::Rectangle area); |