tag/Mask: wrap in class
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "config/Block.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "tag/Table.hxx"
|
||||
#include "tag/Mask.hxx"
|
||||
#include "fs/Traits.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "SongFilter.hxx"
|
||||
@@ -88,7 +89,7 @@ public:
|
||||
VisitPlaylist visit_playlist) const override;
|
||||
|
||||
void VisitUniqueTags(const DatabaseSelection &selection,
|
||||
TagType tag_type, tag_mask_t group_mask,
|
||||
TagType tag_type, TagMask group_mask,
|
||||
VisitTag visit_tag) const override;
|
||||
|
||||
DatabaseStats GetStats(const DatabaseSelection &selection) const override;
|
||||
@@ -605,7 +606,7 @@ UpnpDatabase::Visit(const DatabaseSelection &selection,
|
||||
|
||||
void
|
||||
UpnpDatabase::VisitUniqueTags(const DatabaseSelection &selection,
|
||||
TagType tag, gcc_unused tag_mask_t group_mask,
|
||||
TagType tag, gcc_unused TagMask group_mask,
|
||||
VisitTag visit_tag) const
|
||||
{
|
||||
// TODO: use group_mask
|
||||
|
Reference in New Issue
Block a user