diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/Walk.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/db/update/Walk.hxx b/src/db/update/Walk.hxx index 33387ab55..2bd56b067 100644 --- a/src/db/update/Walk.hxx +++ b/src/db/update/Walk.hxx @@ -29,7 +29,7 @@ struct stat; struct FileInfo; struct Directory; struct archive_plugin; -class LocalStorage; +class Storage; class ExcludeList; class UpdateWalk final { @@ -48,13 +48,13 @@ class UpdateWalk final { bool walk_discard; bool modified; - LocalStorage &storage; + Storage &storage; DatabaseEditor editor; public: UpdateWalk(EventLoop &_loop, DatabaseListener &_listener, - LocalStorage &_storage); + Storage &_storage); /** * Returns true if the database was modified. |