From f0b58c6f2463da0b7f509a53d8054d5472504094 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Aug 2015 11:53:30 +0200 Subject: db/UniqueTags, tag/Set, ...: use typedef tag_mask_t --- src/db/UniqueTags.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/db/UniqueTags.hxx') diff --git a/src/db/UniqueTags.hxx b/src/db/UniqueTags.hxx index b44afe464..b241970f9 100644 --- a/src/db/UniqueTags.hxx +++ b/src/db/UniqueTags.hxx @@ -22,8 +22,7 @@ #include "Visitor.hxx" #include "tag/TagType.h" - -#include +#include "tag/Mask.hxx" class Error; class Database; @@ -31,7 +30,7 @@ struct DatabaseSelection; bool VisitUniqueTags(const Database &db, const DatabaseSelection &selection, - TagType tag_type, uint32_t group_mask, + TagType tag_type, tag_mask_t group_mask, VisitTag visit_tag, Error &error); -- cgit v1.2.3