diff options
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index f20acab1b..aed4a8415 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -60,7 +60,7 @@ class ModernOpenGLGraphics final : public Graphics A_DELETE_COPY(ModernOpenGLGraphics) - ~ModernOpenGLGraphics(); + ~ModernOpenGLGraphics() override final; void postInit() restrict2 override final; |