diff options
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 6b4b224aa..f8d10a832 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -105,6 +105,8 @@ struct SDL_Window; class Graphics notfinal { public: + friend class SdlScreenshotHelper; + A_DELETE_COPY(Graphics) /** |