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