aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/OutputPrint.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OutputPrint.hxx b/src/OutputPrint.hxx
index 78717d0af..5d446d702 100644
--- a/src/OutputPrint.hxx
+++ b/src/OutputPrint.hxx
@@ -1,3 +1,4 @@
+
/*
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
@@ -28,6 +29,6 @@
class Client;
void
-printAudioDevices(Client *client);
+printAudioDevices(Client &client);
#endif