summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-16 14:33:23 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-03-16 14:33:23 (GMT)
commit4b83a08b373e8dcb3a0b4b23390f747af167c864 (patch)
treedb79f6e838c1f7a66e72c021855378fb60ab1555 /Source/cmDependsC.h
parent438c49f2a339be4507737686877c60d690a37919 (diff)
downloadCMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.zip
CMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.tar.gz
CMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.tar.bz2
ENH: a warning fix and some more cleanup
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index 3fb3906..f618b18 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -93,7 +93,7 @@ protected:
std::map<cmStdString, cmIncludeLines *> fileCache;
- cmStdString cacheFileName;
+ cmStdString CacheFileName;
void WriteCacheFile() const;
void ReadCacheFile();