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/TimePrint.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TimePrint.hxx') diff --git a/src/TimePrint.hxx b/src/TimePrint.hxx index f45101256..55e235b66 100644 --- a/src/TimePrint.hxx +++ b/src/TimePrint.hxx @@ -28,6 +28,6 @@ class Client; * Write a line with a time stamp to the client. */ void -time_print(Client *client, const char *name, time_t t); +time_print(Client &client, const char *name, time_t t); #endif -- cgit v1.2.3