diff options
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 5c85ee058..a051f088a 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -54,7 +54,7 @@ class SafeOpenGLGraphics final : public Graphics A_DELETE_COPY(SafeOpenGLGraphics) - ~SafeOpenGLGraphics(); + ~SafeOpenGLGraphics() override final; void testDraw() restrict2 override final; |