diff options
Diffstat (limited to 'Source/cmExprParserHelper.h')
-rw-r--r-- | Source/cmExprParserHelper.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmExprParserHelper.h b/Source/cmExprParserHelper.h index 8d6b2cd..af0b916 100644 --- a/Source/cmExprParserHelper.h +++ b/Source/cmExprParserHelper.h @@ -30,7 +30,8 @@ class cmMakefile; class cmExprParserHelper { public: - typedef struct { + typedef struct + { int Number; } ParserType; @@ -66,6 +67,3 @@ private: }; #endif - - - |