From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/OutputPrint.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OutputPrint.hxx') 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 -- cgit v1.2.3