summaryrefslogtreecommitdiff
path: root/Source/cmSubdirDependsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSubdirDependsCommand.h')
-rw-r--r--Source/cmSubdirDependsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.h b/Source/cmSubdirDependsCommand.h
index 3f3507e965..a15ee3ed2b 100644
--- a/Source/cmSubdirDependsCommand.h
+++ b/Source/cmSubdirDependsCommand.h
@@ -19,8 +19,8 @@ class cmSubdirDependsCommand : public cmCommand
public:
virtual cmCommand* Clone() { return new cmSubdirDependsCommand; }
virtual bool InitialPass(std::vector<std::string> const& args,
- cmExecutionStatus &status);
- virtual std::string GetName() const { return "subdir_depends";}
+ cmExecutionStatus& status);
+ virtual std::string GetName() const { return "subdir_depends"; }
cmTypeMacro(cmSubdirDependsCommand, cmCommand);
};