summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r--Source/cmCommandArgumentParserHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h
index 36a9f04c74..e1d42163f8 100644
--- a/Source/cmCommandArgumentParserHelper.h
+++ b/Source/cmCommandArgumentParserHelper.h
@@ -101,7 +101,7 @@ private:
char m_EmptyVariable[1];
const cmMakefile* m_Makefile;
std::string m_Result;
- std::string m_FileName;
+ const char* m_FileName;
long m_FileLine;
bool m_EscapeQuotes;