diff options
author | Max Kellermann <max@duempel.org> | 2014-02-27 18:04:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-27 18:04:24 +0100 |
commit | 3f9ad8e104887bac46e778b0ee4c9ea298a488aa (patch) | |
tree | 74191db8a78c9f6a594f70eef995b5bd97e06829 /src/db/update/UpdateSong.cxx | |
parent | 1c772ef69947127e01e7171b007a2295d51e7ae7 (diff) | |
download | mpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.tar.gz mpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.tar.xz mpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.zip |
db/update/Service: allocate UpdateWalk dynamically
Diffstat (limited to '')
-rw-r--r-- | src/db/update/UpdateSong.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/UpdateSong.cxx b/src/db/update/UpdateSong.cxx index 6b24276fd..005bf8992 100644 --- a/src/db/update/UpdateSong.cxx +++ b/src/db/update/UpdateSong.cxx @@ -18,7 +18,7 @@ */ #include "config.h" /* must be first for large file support */ -#include "Service.hxx" +#include "Walk.hxx" #include "UpdateIO.hxx" #include "UpdateDomain.hxx" #include "db/DatabaseLock.hxx" |