diff --git a/project/codegen/platform_gen.cpp b/project/codegen/platform_gen.cpp index de1dc04..c755d5c 100644 --- a/project/codegen/platform_gen.cpp +++ b/project/codegen/platform_gen.cpp @@ -70,7 +70,8 @@ int gen_main() } content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() ); } - using_context = def_define( txt("using_context()"), using_context_content ); + + using_context = def_define( txt("using_context()"), MT_Statement, { {}, using_context_content } ); } builder.print( using_context );