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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 12df83aef..fa2416750 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -97,10 +97,6 @@ class ImageRect final
class Graphics : public gcn::Graphics
{
public:
- /**
- * Constructor.
- */
- Graphics();
A_DELETE_COPY(Graphics)
@@ -380,6 +376,11 @@ class Graphics : public gcn::Graphics
protected:
/**
+ * Constructor.
+ */
+ Graphics();
+
+ /**
* Blits an image onto the screen.
*
* @return <code>true</code> if the image was blitted properly