aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagPool.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/TagPool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagPool.hxx b/src/tag/TagPool.hxx
index a6b28b355..f41f3a724 100644
--- a/src/tag/TagPool.hxx
+++ b/src/tag/TagPool.hxx
@@ -28,7 +28,7 @@ extern Mutex tag_pool_lock;
struct TagItem;
TagItem *
-tag_pool_get_item(enum tag_type type, const char *value, size_t length);
+tag_pool_get_item(TagType type, const char *value, size_t length);
TagItem *
tag_pool_dup_item(TagItem *item);