summaryrefslogtreecommitdiffstats
path: root/game/client/chat.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/chat.hh')
-rw-r--r--game/client/chat.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client/chat.hh b/game/client/chat.hh
index 318f614..f2ee4de 100644
--- a/game/client/chat.hh
+++ b/game/client/chat.hh
@@ -15,7 +15,7 @@ namespace client_chat
{
void clear(void);
void refresh_timings(void);
-void print(const std::string &string);
+void print(const std::string& string);
} // namespace client_chat
#endif /* CLIENT_CHAT_HH */