summaryrefslogtreecommitdiff
path: root/Source/cmFileTimeCache.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-14 17:11:21 +0100
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-18 15:09:11 +0100
commit98d48469534f7a491b8c358d513472806c858d22 (patch)
tree509b9cddeec52fb34a581d5eeae479a67d3e7075 /Source/cmFileTimeCache.h
parenta6d75a1ce0daec9c60ed850163f76416de35edb7 (diff)
downloadcmake-98d48469534f7a491b8c358d513472806c858d22.tar.gz
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 d284fdb268..043b7aa52e 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;