diff options
-rw-r--r-- | src/lib/eolian_cxx/grammar/klass_def.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eolian_cxx/grammar/klass_def.hpp b/src/lib/eolian_cxx/grammar/klass_def.hpp index ee9fccbf39..610a844ee1 100644 --- a/src/lib/eolian_cxx/grammar/klass_def.hpp +++ b/src/lib/eolian_cxx/grammar/klass_def.hpp | |||
@@ -1072,7 +1072,7 @@ struct enum_value_def | |||
1072 | std::string c_name; | 1072 | std::string c_name; |
1073 | documentation_def documentation; | 1073 | documentation_def documentation; |
1074 | 1074 | ||
1075 | enum_value_def(Eolian_Enum_Type_Field const* enum_field, Eolian_Unit const* unit) | 1075 | enum_value_def(Eolian_Enum_Type_Field const* enum_field, Eolian_Unit const*) |
1076 | { | 1076 | { |
1077 | name = eolian_typedecl_enum_field_name_get(enum_field); | 1077 | name = eolian_typedecl_enum_field_name_get(enum_field); |
1078 | c_name = eolian_typedecl_enum_field_c_name_get(enum_field); | 1078 | c_name = eolian_typedecl_enum_field_c_name_get(enum_field); |