From a78b2d84ed7c2a82c69c56125036e70b009a87b0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 20 Oct 2013 13:32:59 +0200 Subject: TagType: rename enum tag_type to TagType --- src/tag/TagTable.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tag/TagTable.cxx') diff --git a/src/tag/TagTable.cxx b/src/tag/TagTable.cxx index 9c833d5a2..c7e920f2e 100644 --- a/src/tag/TagTable.cxx +++ b/src/tag/TagTable.cxx @@ -28,7 +28,7 @@ * Returns TAG_NUM_OF_ITEM_TYPES if the specified name was not found * in the table. */ -tag_type +TagType tag_table_lookup(const struct tag_table *table, const char *name) { for (; table->name != nullptr; ++table) @@ -43,7 +43,7 @@ tag_table_lookup(const struct tag_table *table, const char *name) * Returns TAG_NUM_OF_ITEM_TYPES if the specified name was not found * in the table. */ -tag_type +TagType tag_table_lookup_i(const struct tag_table *table, const char *name) { for (; table->name != nullptr; ++table) -- cgit v1.2.3