diff options
Diffstat (limited to 'src/resources/sdl2softwarescreenshothelper.h')
-rw-r--r-- | src/resources/sdl2softwarescreenshothelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/sdl2softwarescreenshothelper.h b/src/resources/sdl2softwarescreenshothelper.h index 31144897f..f3b95e245 100644 --- a/src/resources/sdl2softwarescreenshothelper.h +++ b/src/resources/sdl2softwarescreenshothelper.h @@ -38,9 +38,9 @@ class Sdl2SoftwareScreenshotHelper final : public ScreenshotHelper ~Sdl2SoftwareScreenshotHelper(); - void prepare() final; + void prepare() override final; - SDL_Surface *getScreenshot() final; + SDL_Surface *getScreenshot() override final; }; #endif // USE_SDL2 |