diff options
Diffstat (limited to 'src/resources/mobileopenglscreenshothelper.h')
-rw-r--r-- | src/resources/mobileopenglscreenshothelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/mobileopenglscreenshothelper.h b/src/resources/mobileopenglscreenshothelper.h index 855d47717..b9950092a 100644 --- a/src/resources/mobileopenglscreenshothelper.h +++ b/src/resources/mobileopenglscreenshothelper.h @@ -40,9 +40,9 @@ class MobileOpenGLScreenshotHelper final : public ScreenshotHelper ~MobileOpenGLScreenshotHelper(); - void prepare() final; + void prepare() override final; - SDL_Surface *getScreenshot() final; + SDL_Surface *getScreenshot() override final; private: FBOInfo mFbo; |