diff --git a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp index dc7c7b6ded..02812376f3 100644 --- a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp @@ -179,6 +179,7 @@ static ErrorOr> generate_enum_initializer_for(StringView proper { "button_style"sv, "Gfx::ButtonStyle"sv }, { "opportunistic_resizee"sv, "GUI::Splitter::OpportunisticResizee"sv }, { "checkbox_position"sv, "GUI::CheckBox::CheckBoxPosition"sv }, + { "button_style"sv, "Gfx::ButtonStyle"sv } }; auto const& enum_type_name = enum_properties.get(property_name);