db/UniqueTags, tag/Set, ...: use typedef tag_mask_t

This commit is contained in:
Max Kellermann
2015-08-24 11:53:30 +02:00
parent f3661b19c0
commit f0b58c6f24
14 changed files with 30 additions and 32 deletions

View File

@@ -223,7 +223,7 @@ PrintUniqueTag(Response &r, TagType tag_type,
bool
PrintUniqueTags(Response &r, Partition &partition,
unsigned type, uint32_t group_mask,
unsigned type, tag_mask_t group_mask,
const SongFilter *filter,
Error &error)
{