summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-07 19:22:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-07 21:38:21 +0300
commite7d34cc22d3bfd0dd44b014af1bd5fdc891141aa (patch)
treef7fa5a490a99cd4c08d051f44154d5d0e4d26222 /src/graphics.h
parentffeffa2314dbe03e0ced58e0c465760b54908690 (diff)
downloadplus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.gz
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.bz2
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.tar.xz
plus-e7d34cc22d3bfd0dd44b014af1bd5fdc891141aa.zip
fix more style, add consts.
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
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