summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/cmListFileCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 2f103ff331..1a5821aac6 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