diff options
Diffstat (limited to 'Source/cmFileTimeCache.cxx')
-rw-r--r-- | Source/cmFileTimeCache.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmFileTimeCache.cxx b/Source/cmFileTimeCache.cxx index ff205b7..81912db 100644 --- a/Source/cmFileTimeCache.cxx +++ b/Source/cmFileTimeCache.cxx @@ -44,8 +44,7 @@ bool cmFileTimeCache::FileTimeCompare(std::string const& f1, return false; } -bool cmFileTimeCache::FileTimesDiffer(std::string const& f1, - std::string const& f2) +bool cmFileTimeCache::DifferS(std::string const& f1, std::string const& f2) { // Get the modification time for each file. cmFileTime ft1, ft2; |