diff options
Diffstat (limited to 'src/db/Interface.hxx')
-rw-r--r-- | src/db/Interface.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/db/Interface.hxx b/src/db/Interface.hxx index 11e2da12e..5fc9265e2 100644 --- a/src/db/Interface.hxx +++ b/src/db/Interface.hxx @@ -25,6 +25,7 @@ #include "Compiler.h" #include <time.h> +#include <stdint.h> struct DatabasePlugin; struct DatabaseStats; @@ -106,8 +107,8 @@ public: * Visit all unique tag values. */ virtual bool VisitUniqueTags(const DatabaseSelection &selection, - TagType tag_type, - VisitString visit_string, + TagType tag_type, uint32_t group_mask, + VisitTag visit_tag, Error &error) const = 0; virtual bool GetStats(const DatabaseSelection &selection, |