summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTimeCache.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-14 16:11:21 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-18 14:09:11 (GMT)
commit98d48469534f7a491b8c358d513472806c858d22 (patch)
tree509b9cddeec52fb34a581d5eeae479a67d3e7075 /Source/cmFileTimeCache.h
parenta6d75a1ce0daec9c60ed850163f76416de35edb7 (diff)
downloadCMake-98d48469534f7a491b8c358d513472806c858d22.zip
CMake-98d48469534f7a491b8c358d513472806c858d22.tar.gz
CMake-98d48469534f7a491b8c358d513472806c858d22.tar.bz2
Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS
Diffstat (limited to 'Source/cmFileTimeCache.h')
-rw-r--r--Source/cmFileTimeCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileTimeCache.h b/Source/cmFileTimeCache.h
index d284fdb..043b7aa 100644
--- a/Source/cmFileTimeCache.h
+++ b/Source/cmFileTimeCache.h
@@ -42,7 +42,7 @@ public:
* @return true unless both files exist and have modification times less
* than 1 second apart.
*/
- bool FileTimesDiffer(std::string const& f1, std::string const& f2);
+ bool DifferS(std::string const& f1, std::string const& f2);
private:
typedef std::unordered_map<std::string, cmFileTime> FileTimeMap;