aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimePrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TimePrint.cxx2
1 files changed, 1 insertions, 1 deletions
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);