Explorar o código

remove warning

Bill Hoffman %!s(int64=24) %!d(string=hai) anos
pai
achega
85d241faa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmListFileCache.h

+ 1 - 1
Source/cmListFileCache.h

@@ -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