diff options
Diffstat (limited to 'Source/cmFileTimeCache.cxx')
-rw-r--r-- | Source/cmFileTimeCache.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFileTimeCache.cxx b/Source/cmFileTimeCache.cxx index 81912db..1fff6a9 100644 --- a/Source/cmFileTimeCache.cxx +++ b/Source/cmFileTimeCache.cxx @@ -29,8 +29,8 @@ bool cmFileTimeCache::Load(std::string const& fileName, cmFileTime& fileTime) return true; } -bool cmFileTimeCache::FileTimeCompare(std::string const& f1, - std::string const& f2, int* result) +bool cmFileTimeCache::Compare(std::string const& f1, std::string const& f2, + int* result) { // Get the modification time for each file. cmFileTime ft1, ft2; |