diff options
Diffstat (limited to 'src/render/sdl2softwaregraphics.h')
-rw-r--r-- | src/render/sdl2softwaregraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 91aff7329..81d92e474 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -42,6 +42,8 @@ struct SDL_Surface; class SDL2SoftwareGraphics final : public Graphics { public: + friend class Sdl2SoftwareScreenshotHelper; + /** * Constructor. */ |