aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/OutputPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/OutputPrint.hxx')
-rw-r--r--src/output/OutputPrint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/OutputPrint.hxx b/src/output/OutputPrint.hxx
index 2679f6a70..e05c8efd5 100644
--- a/src/output/OutputPrint.hxx
+++ b/src/output/OutputPrint.hxx
@@ -25,10 +25,10 @@
#ifndef MPD_OUTPUT_PRINT_HXX
#define MPD_OUTPUT_PRINT_HXX
-class Client;
+class Response;
class MultipleOutputs;
void
-printAudioDevices(Client &client, const MultipleOutputs &outputs);
+printAudioDevices(Response &r, const MultipleOutputs &outputs);
#endif