aboutsummaryrefslogtreecommitdiff
path: root/src/ClientGlobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientGlobal.cxx')
-rw-r--r--src/ClientGlobal.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}