aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r--src/gui/cheatMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h
index 513d217b6..c25af5ed2 100644
--- a/src/gui/cheatMenu.h
+++ b/src/gui/cheatMenu.h
@@ -72,7 +72,7 @@ private:
video::SColor m_font_color = video::SColor(195, 255, 255, 255);
video::SColor m_selected_font_color = video::SColor(235, 255, 255, 255);
- FontMode fontStringToEnum(std::string str)
+ FontMode fontStringToEnum(std::string str);
Client *m_client;