diff options
Diffstat (limited to 'src/TimePrint.hxx')
-rw-r--r-- | src/TimePrint.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |