From 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 20:03:14 +0300 Subject: Remove override keyword, if it present with final. --- src/resources/sdl2softwarescreenshothelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/sdl2softwarescreenshothelper.h') diff --git a/src/resources/sdl2softwarescreenshothelper.h b/src/resources/sdl2softwarescreenshothelper.h index f3b95e245..31144897f 100644 --- a/src/resources/sdl2softwarescreenshothelper.h +++ b/src/resources/sdl2softwarescreenshothelper.h @@ -38,9 +38,9 @@ class Sdl2SoftwareScreenshotHelper final : public ScreenshotHelper ~Sdl2SoftwareScreenshotHelper(); - void prepare() override final; + void prepare() final; - SDL_Surface *getScreenshot() override final; + SDL_Surface *getScreenshot() final; }; #endif // USE_SDL2 -- cgit v1.2.3-60-g2f50