diff options
Diffstat (limited to '')
-rw-r--r-- | src/DetachedSong.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index 7d841a4c2..2ef3cdf3e 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -29,10 +29,10 @@ #include <time.h> -struct Song; +struct LightSong; class DetachedSong { - friend DetachedSong map_song_detach(const Song &song); + friend DetachedSong map_song_detach(const LightSong &song); /** * An UTF-8-encoded URI referring to the song file. This can @@ -62,7 +62,7 @@ class DetachedSong { */ unsigned end_ms; - explicit DetachedSong(const Song &other); + explicit DetachedSong(const LightSong &other); public: explicit DetachedSong(const DetachedSong &other) |