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/OutputPrint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputPrint.cxx') diff --git a/src/OutputPrint.cxx b/src/OutputPrint.cxx index bf20fe794..ed4391547 100644 --- a/src/OutputPrint.cxx +++ b/src/OutputPrint.cxx @@ -32,7 +32,7 @@ extern "C" { } void -printAudioDevices(struct client *client) +printAudioDevices(Client *client) { const unsigned n = audio_output_count(); -- cgit v1.2.3