diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-13 18:10:19 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-18 14:09:11 (GMT) |
commit | 216416219ae438ec5e93a1e125298fa0b5fd64d9 (patch) | |
tree | e261b3d50b62af1c826b4d4a633bee541046c96d /Source/cmFileCopier.h | |
parent | 31602583930b6c517c439ae8c15df26043031345 (diff) | |
download | CMake-216416219ae438ec5e93a1e125298fa0b5fd64d9.zip CMake-216416219ae438ec5e93a1e125298fa0b5fd64d9.tar.gz CMake-216416219ae438ec5e93a1e125298fa0b5fd64d9.tar.bz2 |
Rename cmFileTimeComparison to cmFileTimeCache
The name `cmFileTimeCache` reflects the functionality of the class more
appropriately.
Diffstat (limited to 'Source/cmFileCopier.h')
-rw-r--r-- | Source/cmFileCopier.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFileCopier.h b/Source/cmFileCopier.h index a11c371..003b8f6 100644 --- a/Source/cmFileCopier.h +++ b/Source/cmFileCopier.h @@ -5,7 +5,7 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include "cmFileTimeComparison.h" +#include "cmFileTimeCache.h" #include "cm_sys_stat.h" #include "cmsys/RegularExpression.hxx" @@ -28,7 +28,7 @@ protected: cmMakefile* Makefile; const char* Name; bool Always; - cmFileTimeComparison FileTimes; + cmFileTimeCache FileTimes; // Whether to install a file not matching any expression. bool MatchlessFiles; |