From 7a982169c9dc3a673e922e7f3b9b73368cef0aae Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 17:27:26 +0100 Subject: Client: rename the struct client to class Client --- 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 208b20e6..c5247dd9 100644 --- a/src/TimePrint.cxx +++ b/src/TimePrint.cxx @@ -24,7 +24,7 @@ #include void -time_print(struct client *client, const char *name, time_t t) +time_print(Client *client, const char *name, time_t t) { #ifdef G_OS_WIN32 const struct tm *tm2 = gmtime(&t); -- cgit v1.2.3