diff options
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 2e46c9f1e..13169fc08 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -43,7 +43,7 @@ class SurfaceGraphics final : public Graphics A_DELETE_COPY(SurfaceGraphics) - ~SurfaceGraphics(); + ~SurfaceGraphics() override final; void setTarget(SDL_Surface *restrict const target) restrict2 noexcept2 { mTarget = target; } |