aboutsummaryrefslogtreecommitdiffstats
path: root/src/AllCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/AllCommands.hxx')
-rw-r--r--src/AllCommands.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AllCommands.hxx b/src/AllCommands.hxx
index a55eb5a3b..4ab69755a 100644
--- a/src/AllCommands.hxx
+++ b/src/AllCommands.hxx
@@ -29,6 +29,6 @@ void command_init(void);
void command_finish(void);
enum command_return
-command_process(Client *client, unsigned num, char *line);
+command_process(Client &client, unsigned num, char *line);
#endif