summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-28 22:35:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-28 22:35:22 (GMT)
commit85d241faa0385f584f939d6d818ed3f4925cd51b (patch)
tree69286a8ebe112a8295e5de81796d436becdce97a /Source/cmListFileCache.h
parent5edd7673e1c7182c748584839ab1dec9712150b3 (diff)
downloadCMake-85d241faa0385f584f939d6d818ed3f4925cd51b.zip
CMake-85d241faa0385f584f939d6d818ed3f4925cd51b.tar.gz
CMake-85d241faa0385f584f939d6d818ed3f4925cd51b.tar.bz2
remove warning
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 2f103ff..1a5821a 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -77,7 +77,7 @@ public:
cmListFile* GetFileCache(const char* path);
private:
// Cache the file
- bool cmListFileCache::CacheFile(const char* path);
+ bool CacheFile(const char* path);
// private data
typedef std::map<cmStdString, cmListFile> ListFileMap;
ListFileMap m_ListFileCache; // file name to ListFile map