diff options
author | Max Kellermann <max@duempel.org> | 2014-02-07 18:38:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 18:44:47 +0100 |
commit | 4ab4cf8532c3231ab1aedddb4cf5a6887c14cd78 (patch) | |
tree | dc2d1a75069e5253463a760d0c84319e3e9759fa /src/db | |
parent | 3341b282b7e7b22f9130f25d7a67d454b6feef8e (diff) | |
download | mpd-4ab4cf8532c3231ab1aedddb4cf5a6887c14cd78.tar.gz mpd-4ab4cf8532c3231ab1aedddb4cf5a6887c14cd78.tar.xz mpd-4ab4cf8532c3231ab1aedddb4cf5a6887c14cd78.zip |
SongUpdate: pass Storage to UpdateFileInArchive()
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/Song.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Song.hxx b/src/db/Song.hxx index 616a566eb..d73c42e00 100644 --- a/src/db/Song.hxx +++ b/src/db/Song.hxx @@ -98,7 +98,7 @@ struct Song { void Free(); bool UpdateFile(Storage &storage); - bool UpdateFileInArchive(); + bool UpdateFileInArchive(const Storage &storage); /** * Returns the URI of the song in UTF-8 encoding, including its |