From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/AllCommands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AllCommands.hxx') 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 -- cgit v1.2.3