From bbf1c3a0e87c4358b65d41393455fc393d8e16e0 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 8 Jun 2005 14:18:31 -0400 Subject: ENH: Handle more cases --- Source/cmCommandArgumentParserHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmCommandArgumentParserHelper.h') 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; -- cgit v1.2.1