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/SongPrint.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SongPrint.hxx') diff --git a/src/SongPrint.hxx b/src/SongPrint.hxx index a82b54cfe..f8df89d38 100644 --- a/src/SongPrint.hxx +++ b/src/SongPrint.hxx @@ -24,9 +24,9 @@ struct Song; class Client; void -song_print_info(Client *client, Song *song); +song_print_info(Client &client, const Song &song); void -song_print_uri(Client *client, Song *song); +song_print_uri(Client &client, const Song &song); #endif -- cgit v1.2.3