diff options
Diffstat (limited to 'src/render/sdl2softwaregraphics.h')
-rw-r--r-- | src/render/sdl2softwaregraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 438b02674..6b3cbba31 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -54,7 +54,7 @@ class SDL2SoftwareGraphics final : public Graphics /** * Destructor. */ - ~SDL2SoftwareGraphics(); + ~SDL2SoftwareGraphics() override final; void setRendererFlags(const uint32_t flags) restrict2 noexcept2 override final |