summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-24 12:39:02 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-24 12:39:02 (GMT)
commit16c0a02d9b06354a48d9eee91af702cf1a2d9646 (patch)
tree3ffeff765ac766302755aec50fcee329f8e6ea54 /Source/cmLocalUnixMakefileGenerator.h
parent76dac72246ce0509281c7aa3a56c68c2f1751ee3 (diff)
downloadCMake-16c0a02d9b06354a48d9eee91af702cf1a2d9646.zip
CMake-16c0a02d9b06354a48d9eee91af702cf1a2d9646.tar.gz
CMake-16c0a02d9b06354a48d9eee91af702cf1a2d9646.tar.bz2
ENH: correctly ignore files
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h
index 8a87228..1e37209 100644
--- a/Source/cmLocalUnixMakefileGenerator.h
+++ b/Source/cmLocalUnixMakefileGenerator.h
@@ -240,7 +240,7 @@ protected:
*/
std::string& CreateSafeUniqueObjectFileName(const char* sin);
- cmStdString& GetIncludeFlags(const char* lang);
+ const char* GetIncludeFlags(const char* lang);
protected:
int m_MakefileVariableSize;
std::map<cmStdString, cmStdString> m_MakeVariableMap;