remove warning

This commit is contained in:
Bill Hoffman 2001-08-28 18:35:22 -04:00
parent 5edd7673e1
commit 85d241faa0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public:
cmListFile* GetFileCache(const char* path); cmListFile* GetFileCache(const char* path);
private: private:
// Cache the file // Cache the file
bool cmListFileCache::CacheFile(const char* path); bool CacheFile(const char* path);
// private data // private data
typedef std::map<cmStdString, cmListFile> ListFileMap; typedef std::map<cmStdString, cmListFile> ListFileMap;
ListFileMap m_ListFileCache; // file name to ListFile map ListFileMap m_ListFileCache; // file name to ListFile map