diff options
Diffstat (limited to '')
-rw-r--r-- | src/Song.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Song.hxx b/src/Song.hxx index 30996ccda..c1122f43b 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -29,6 +29,8 @@ #define SONG_FILE "file: " #define SONG_TIME "Time: " +struct Tag; + /** * A dummy #directory instance that is used for "detached" song * copies. @@ -46,7 +48,7 @@ struct Song { */ struct list_head siblings; - struct tag *tag; + Tag *tag; Directory *parent; time_t mtime; |