diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index 12a6c3a77..ff5d47580 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -291,7 +291,7 @@ class Graphics : public gcn::SDLGraphics const int x2, const int y2, const int width, const int height); - gcn::Font *getFont() const A_WARN_UNUSED + const gcn::Font *getFont() const A_WARN_UNUSED { return mFont; } gcn::ClipRectangle &getTopClip() A_WARN_UNUSED |