diff options
author | Max Kellermann <max@duempel.org> | 2013-10-20 13:32:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-20 13:32:59 +0200 |
commit | a78b2d84ed7c2a82c69c56125036e70b009a87b0 (patch) | |
tree | c8818c4111e9f2138cb66a38e1664ad5aa432bd4 /src/tag/TagPool.hxx | |
parent | cf4d80fc655a399615529bdd27e0be284754c5ab (diff) |
TagType: rename enum tag_type to TagType
Diffstat (limited to 'src/tag/TagPool.hxx')
-rw-r--r-- | src/tag/TagPool.hxx | 2 |
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); |