summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-08 14:18:31 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-08 14:18:31 -0400
commitbbf1c3a0e87c4358b65d41393455fc393d8e16e0 (patch)
treea2bd3776a2947d1caac17f2da80aa29844715077 /Source/cmCommandArgumentParserHelper.h
parent859b51751811f1b4c160793010cf3ad20c00140d (diff)
downloadcmake-bbf1c3a0e87c4358b65d41393455fc393d8e16e0.tar.gz
ENH: Handle more cases
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;