mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
remove warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user