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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TimePrint.cxx') diff --git a/src/TimePrint.cxx b/src/TimePrint.cxx index 6dd4061e6..ee165d8e9 100644 --- a/src/TimePrint.cxx +++ b/src/TimePrint.cxx @@ -22,7 +22,7 @@ #include "Client.hxx" void -time_print(Client *client, const char *name, time_t t) +time_print(Client &client, const char *name, time_t t) { #ifdef WIN32 const struct tm *tm2 = gmtime(&t); -- cgit v1.2.3