diff options
Diffstat (limited to 'src/render/sdl2softwaregraphics.h')
-rw-r--r-- | src/render/sdl2softwaregraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 81d92e474..633a7a6e4 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -63,7 +63,8 @@ class SDL2SoftwareGraphics final : public Graphics #include "render/softwaregraphicsdef.hpp" - bool resizeScreen(const int width, const int height) override final; + bool resizeScreen(const int width, + const int height) restrict2 override final; protected: int SDL_FakeUpperBlit(const SDL_Surface *const src, |