diff options
Diffstat (limited to '')
-rw-r--r-- | src/TimePrint.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TimePrint.hxx b/src/TimePrint.hxx index afdb3c1c9..6ded9cca0 100644 --- a/src/TimePrint.hxx +++ b/src/TimePrint.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,12 +22,12 @@ #include <time.h> -class Client; +class Response; /** * Write a line with a time stamp to the client. */ void -time_print(Client &client, const char *name, time_t t); +time_print(Response &r, const char *name, time_t t); #endif |