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