remove warning
This commit is contained in:
parent
5edd7673e1
commit
85d241faa0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue