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.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tag/TagTable.hxx') diff --git a/src/tag/TagTable.hxx b/src/tag/TagTable.hxx index 553415a86..c050f61ac 100644 --- a/src/tag/TagTable.hxx +++ b/src/tag/TagTable.hxx @@ -26,7 +26,7 @@ struct tag_table { const char *name; - enum tag_type type; + TagType type; }; /** @@ -35,7 +35,7 @@ struct tag_table { * in the table. */ gcc_pure -tag_type +TagType tag_table_lookup(const tag_table *table, const char *name); /** @@ -44,7 +44,7 @@ tag_table_lookup(const tag_table *table, const char *name); * in the table. */ gcc_pure -tag_type +TagType tag_table_lookup_i(const tag_table *table, const char *name); #endif -- cgit v1.2.3