diff options
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index e93c5df06..3d00c93f5 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -49,7 +49,7 @@ class SDLGraphics final : public Graphics /** * Destructor. */ - ~SDLGraphics(); + ~SDLGraphics() override final; #include "render/graphicsdef.hpp" RENDER_GRAPHICSDEF_HPP |