diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index e612a7fe..1c1d5f8c 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -83,7 +83,7 @@ class Gui : public gcn::Gui, public gcn::MouseListener * Return game font */ gcn::ImageFont* - getFont(); + getFont() { return mGuiFont; } /** * Sets whether a custom cursor should be rendered. |