Ver Fonte

remove warning

Bill Hoffman há 24 anos atrás
pai
commit
85d241faa0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmListFileCache.h

+ 1 - 1
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