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