db/Interface, ...: forward-declare TagType

This commit is contained in:
Max Kellermann
2023-03-06 15:18:48 +01:00
parent a302d34f6d
commit 118b76a8f1
17 changed files with 30 additions and 13 deletions

View File

@@ -2,5 +2,6 @@
// Copyright The Music Player Daemon Project
#include "Settings.hxx"
#include "Type.h"
TagMask global_tag_mask = TagMask::All() & ~TagMask(TAG_COMMENT);