diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-14 16:11:21 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-18 14:09:11 (GMT) |
commit | 98d48469534f7a491b8c358d513472806c858d22 (patch) | |
tree | 509b9cddeec52fb34a581d5eeae479a67d3e7075 /Source/cmFileTimeCache.cxx | |
parent | a6d75a1ce0daec9c60ed850163f76416de35edb7 (diff) | |
download | CMake-98d48469534f7a491b8c358d513472806c858d22.zip CMake-98d48469534f7a491b8c358d513472806c858d22.tar.gz CMake-98d48469534f7a491b8c358d513472806c858d22.tar.bz2 |
Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS
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; |