diff options
Diffstat (limited to 'src/SongPrint.hxx')
-rw-r--r-- | src/SongPrint.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SongPrint.hxx b/src/SongPrint.hxx index 7bbf6e19c..16a9ee6ff 100644 --- a/src/SongPrint.hxx +++ b/src/SongPrint.hxx @@ -20,7 +20,7 @@ #ifndef MPD_SONG_PRINT_HXX #define MPD_SONG_PRINT_HXX -struct Song; +struct LightSong; class DetachedSong; class Client; @@ -28,10 +28,10 @@ void song_print_info(Client &client, const DetachedSong &song); void -song_print_info(Client &client, const Song &song); +song_print_info(Client &client, const LightSong &song); void -song_print_uri(Client &client, const Song &song); +song_print_uri(Client &client, const LightSong &song); void song_print_uri(Client &client, const DetachedSong &song); |