summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h2
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)
/**