summaryrefslogtreecommitdiff
path: root/Source/cmReturnCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmReturnCommand.cxx')
-rw-r--r--Source/cmReturnCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmReturnCommand.cxx b/Source/cmReturnCommand.cxx
index ceea8b4d9..59056690c 100644
--- a/Source/cmReturnCommand.cxx
+++ b/Source/cmReturnCommand.cxx
@@ -5,8 +5,8 @@
#include "cmExecutionStatus.h"
// cmReturnCommand
-bool cmReturnCommand::InitialPass(std::vector<std::string> const&,
- cmExecutionStatus& status)
+bool cmReturnCommand(std::vector<std::string> const&,
+ cmExecutionStatus& status)
{
status.SetReturnInvoked();
return true;