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/Stats.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Stats.cxx') diff --git a/src/Stats.cxx b/src/Stats.cxx index e3d906915..f96bcf177 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -66,7 +66,7 @@ void stats_update(void) } void -stats_print(struct client *client) +stats_print(Client *client) { client_printf(client, "artists: %u\n" -- cgit v1.2.3