diff options
Diffstat (limited to 'src/client/gameui.h')
-rw-r--r-- | src/client/gameui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gameui.h b/src/client/gameui.h index cc9377bdc..589328a28 100644 --- a/src/client/gameui.h +++ b/src/client/gameui.h @@ -93,7 +93,7 @@ public: void updateProfiler(); - void toggleChat(); + void toggleChat(Client *client); void toggleHud(); void toggleProfiler(); |