diff options
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r-- | Source/cmCommandArgumentParserHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h index d7206ee..1df0042 100644 --- a/Source/cmCommandArgumentParserHelper.h +++ b/Source/cmCommandArgumentParserHelper.h @@ -96,7 +96,7 @@ private: const cmMakefile* Makefile; std::string Result; const char* FileName; - bool StrictMode; + bool WarnUninitialized; long FileLine; bool EscapeQuotes; std::string ErrorString; |