summaryrefslogtreecommitdiff
path: root/src/db/plugins/simple/Song.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/plugins/simple/Song.hxx')
-rw-r--r--src/db/plugins/simple/Song.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/plugins/simple/Song.hxx b/src/db/plugins/simple/Song.hxx
index 8750a91b3..eb425dc5c 100644
--- a/src/db/plugins/simple/Song.hxx
+++ b/src/db/plugins/simple/Song.hxx
@@ -32,8 +32,8 @@
#include <string>
struct StringView;
-struct LightSong;
struct Directory;
+class ExportedSong;
class DetachedSong;
class Storage;
class ArchiveFile;
@@ -153,7 +153,7 @@ struct Song {
std::string GetURI() const noexcept;
gcc_pure
- LightSong Export() const noexcept;
+ ExportedSong Export() const noexcept;
};
typedef boost::intrusive::list<Song,