summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r--src/normalopenglgraphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h
index 9101fdaf4..8b773d2c4 100644
--- a/src/normalopenglgraphics.h
+++ b/src/normalopenglgraphics.h
@@ -46,6 +46,8 @@ class NormalOpenGLGraphics final : public Graphics
public:
NormalOpenGLGraphics();
+ A_DELETE_COPY(NormalOpenGLGraphics);
+
~NormalOpenGLGraphics();
bool setVideoMode(const int w, const int h, const int bpp,