diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-08 18:18:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-08 18:18:31 (GMT) |
commit | bbf1c3a0e87c4358b65d41393455fc393d8e16e0 (patch) | |
tree | a2bd3776a2947d1caac17f2da80aa29844715077 /Source/cmCommandArgumentParserHelper.h | |
parent | 859b51751811f1b4c160793010cf3ad20c00140d (diff) | |
download | CMake-bbf1c3a0e87c4358b65d41393455fc393d8e16e0.zip CMake-bbf1c3a0e87c4358b65d41393455fc393d8e16e0.tar.gz CMake-bbf1c3a0e87c4358b65d41393455fc393d8e16e0.tar.bz2 |
ENH: Handle more cases
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 36a9f04..e1d4216 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; |