summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h
index f496c0a35..292684ed8 100644
--- a/src/render/nullopenglgraphics.h
+++ b/src/render/nullopenglgraphics.h
@@ -59,7 +59,7 @@ class NullOpenGLGraphics final : public Graphics
A_DELETE_COPY(NullOpenGLGraphics)
- ~NullOpenGLGraphics();
+ ~NullOpenGLGraphics() override final;
inline void drawQuadArrayfi(const int size) restrict2 A_INLINE;