diff options
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 90029717e..d716226df 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -106,7 +106,7 @@ static const int defaultScreenHeight = 600; /** * A central point of control for graphics. */ -class Graphics +class Graphics notfinal { public: A_DELETE_COPY(Graphics) |