diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index 8e2de410a..4026fb7a9 100644 --- a/src/song.h +++ b/src/song.h @@ -36,7 +36,7 @@ typedef struct _Song { char *url; mpd_sint8 type; - MpdTag *tag; + struct tag *tag; struct _Directory *parentDir; time_t mtime; } Song; |