summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 09fc48885..94b0ef8f3 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -60,7 +60,7 @@ class ImageRect final
ImageRect()
{ }
- A_DELETE_COPY(ImageRect);
+ A_DELETE_COPY(ImageRect)
enum ImagePosition
{
@@ -95,7 +95,7 @@ class Graphics : public gcn::SDLGraphics
*/
Graphics();
- A_DELETE_COPY(Graphics);
+ A_DELETE_COPY(Graphics)
/**
* Destructor.