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/ClientGlobal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientGlobal.cxx') diff --git a/src/ClientGlobal.cxx b/src/ClientGlobal.cxx index e51eeb94..10c78f1f 100644 --- a/src/ClientGlobal.cxx +++ b/src/ClientGlobal.cxx @@ -58,7 +58,7 @@ void client_manager_init(void) static void client_close_all(void) { while (!client_list_is_empty()) { - struct client *client = client_list_get_first(); + Client *client = client_list_get_first(); client_close(client); } -- cgit v1.2.3