diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-14 16:22:15 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-18 14:09:11 (GMT) |
commit | 5536cec46e9af9af3ee5756e59b57bcb7fa23e44 (patch) | |
tree | 77f7ada4e645560d4094bf20ca8c3f40e2ba3b16 /Source/cmFileTimeCache.h | |
parent | 98d48469534f7a491b8c358d513472806c858d22 (diff) | |
download | CMake-5536cec46e9af9af3ee5756e59b57bcb7fa23e44.zip CMake-5536cec46e9af9af3ee5756e59b57bcb7fa23e44.tar.gz CMake-5536cec46e9af9af3ee5756e59b57bcb7fa23e44.tar.bz2 |
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
Diffstat (limited to 'Source/cmFileTimeCache.h')
-rw-r--r-- | Source/cmFileTimeCache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmFileTimeCache.h b/Source/cmFileTimeCache.h index 043b7aa..a47904c 100644 --- a/Source/cmFileTimeCache.h +++ b/Source/cmFileTimeCache.h @@ -34,8 +34,7 @@ public: * When true is returned, result has -1, 0, +1 for * f1 older, same, or newer than f2. */ - bool FileTimeCompare(std::string const& f1, std::string const& f2, - int* result); + bool Compare(std::string const& f1, std::string const& f2, int* result); /** * @brief Compare file modification times. |