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