diff options
Diffstat (limited to 'buildtools/codegen/tests')
-rw-r--r-- | buildtools/codegen/tests/examples/TestEnum.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/codegen/tests/examples/TestEnum.hpp b/buildtools/codegen/tests/examples/TestEnum.hpp index aaa3d74..2a93c01 100644 --- a/buildtools/codegen/tests/examples/TestEnum.hpp +++ b/buildtools/codegen/tests/examples/TestEnum.hpp @@ -5,4 +5,4 @@ enum MyEnum { EnumElement2, EnumElement3, }; -BRUSSEL_ENUM(MyEnum, GenInfo); +BRUSSEL_ENUM(MyEnum, GenBasic); |