aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongPrint.hxx4
1 files changed, 2 insertions, 2 deletions
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