diff options
Diffstat (limited to 'source-common/MacrosCodegen.hpp')
-rw-r--r-- | source-common/MacrosCodegen.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source-common/MacrosCodegen.hpp b/source-common/MacrosCodegen.hpp index d6d5c6f..6803023 100644 --- a/source-common/MacrosCodegen.hpp +++ b/source-common/MacrosCodegen.hpp @@ -3,5 +3,5 @@ #pragma once -#define BRUSSEL_CLASS +#define BRUSSEL_CLASS(name, options) #define BRUSSEL_ENUM(name, options) |