mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
This commit is contained in:
@@ -29,8 +29,8 @@ bool cmFileTimeCache::Load(std::string const& fileName, cmFileTime& fileTime)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool cmFileTimeCache::FileTimeCompare(std::string const& f1,
|
||||
std::string const& f2, int* result)
|
||||
bool cmFileTimeCache::Compare(std::string const& f1, std::string const& f2,
|
||||
int* result)
|
||||
{
|
||||
// Get the modification time for each file.
|
||||
cmFileTime ft1, ft2;
|
||||
|
||||
Reference in New Issue
Block a user