diff options
author | rtk0c <[email protected]> | 2022-06-09 21:23:15 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-09 21:23:15 -0700 |
commit | c6b122f517fbde9a400ecb46c4fff44629f7677c (patch) | |
tree | 49da93ce34fdaf0fadc7007c46525078aa9bff4d /source/20-codegen-runtime | |
parent | 8510a85f79f706b93982b4e398b187b5f77081dd (diff) |
Changeset: 65 Add enum name prefix manipulation support to codegen
Diffstat (limited to 'source/20-codegen-runtime')
-rw-r--r-- | source/20-codegen-runtime/MacrosCodegen.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/20-codegen-runtime/MacrosCodegen.hpp b/source/20-codegen-runtime/MacrosCodegen.hpp index 956123c..43ae99c 100644 --- a/source/20-codegen-runtime/MacrosCodegen.hpp +++ b/source/20-codegen-runtime/MacrosCodegen.hpp @@ -7,4 +7,4 @@ #define BRUSSEL_PROPERTY(...) #define BRUSSEL_METHOD(...) -#define BRUSSEL_ENUM(name, options) +#define BRUSSEL_ENUM(...) |