summaryrefslogtreecommitdiffstats
path: root/Source/cmFileInstaller.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-01-08 22:47:29 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-08-06 09:42:25 (GMT)
commit64f987c174691982e1f01eadb2c76693ea674e52 (patch)
tree164f68489cdf5d6e4f39ea7624caf25c94ac4c99 /Source/cmFileInstaller.h
parent53fc083d3744555600a6a20d9bbdc0712a46cce0 (diff)
downloadCMake-64f987c174691982e1f01eadb2c76693ea674e52.zip
CMake-64f987c174691982e1f01eadb2c76693ea674e52.tar.gz
CMake-64f987c174691982e1f01eadb2c76693ea674e52.tar.bz2
cmFileCommand: port to cmExecutionStatus
Diffstat (limited to 'Source/cmFileInstaller.h')
-rw-r--r--Source/cmFileInstaller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFileInstaller.h b/Source/cmFileInstaller.h
index 312529a..fd883ea 100644
--- a/Source/cmFileInstaller.h
+++ b/Source/cmFileInstaller.h
@@ -12,11 +12,11 @@
#include <string>
#include <vector>
-class cmFileCommand;
+class cmExecutionStatus;
struct cmFileInstaller : public cmFileCopier
{
- cmFileInstaller(cmFileCommand* command);
+ cmFileInstaller(cmExecutionStatus& status);
~cmFileInstaller() override;
protected: