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/DatabasePrint.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/db/DatabasePrint.hxx') diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx index cf98d31df..d48dabaa2 100644 --- a/src/db/DatabasePrint.hxx +++ b/src/db/DatabasePrint.hxx @@ -20,10 +20,9 @@ #ifndef MPD_DB_PRINT_H #define MPD_DB_PRINT_H +#include "tag/Mask.hxx" #include "Compiler.h" -#include - class SongFilter; struct DatabaseSelection; struct Partition; @@ -49,7 +48,7 @@ db_selection_print(Response &r, Partition &partition, bool PrintUniqueTags(Response &r, Partition &partition, - unsigned type, uint32_t group_mask, + unsigned type, tag_mask_t group_mask, const SongFilter *filter, Error &error); -- cgit v1.2.3