summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestSleepCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.h')
-rw-r--r--Source/CTest/cmCTestSleepCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.h b/Source/CTest/cmCTestSleepCommand.h
index 37a6c8819d..dcc1026680 100644
--- a/Source/CTest/cmCTestSleepCommand.h
+++ b/Source/CTest/cmCTestSleepCommand.h
@@ -46,7 +46,8 @@ public:
* This is called when the command is first encountered in
* the CMakeLists.txt file.
*/
- virtual bool InitialPass(std::vector<std::string> const& args);
+ virtual bool InitialPass(std::vector<std::string> const& args,
+ cmExecutionStatus &status);
/**
* The name of the command as specified in CMakeList.txt.