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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output/OutputPrint.hxx b/src/output/OutputPrint.hxx
index 29aa2b11c..e05c8efd5 100644
--- a/src/output/OutputPrint.hxx
+++ b/src/output/OutputPrint.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -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