db/update/Service: allocate UpdateWalk dynamically

This commit is contained in:
Max Kellermann
2014-02-27 18:04:24 +01:00
parent 1c772ef699
commit 3f9ad8e104
5 changed files with 28 additions and 19 deletions

View File

@@ -51,7 +51,8 @@
UpdateWalk::UpdateWalk(EventLoop &_loop, DatabaseListener &_listener,
Storage &_storage)
:storage(_storage),
:cancel(false),
storage(_storage),
editor(_loop, _listener)
{
#ifndef WIN32