summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index c4da3dc1..783d3872 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -56,7 +56,7 @@ class Database {
static auto Open(IFileGatherer& file_gatherer,
ITagParser& tag_parser,
locale::ICollator& collator,
- tasks::Worker& bg_worker)
+ tasks::WorkerPool& bg_worker)
-> cpp::result<Database*, DatabaseError>;
static auto Destroy() -> void;