summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLoadCommandCommand.h')
-rw-r--r--Source/cmLoadCommandCommand.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmLoadCommandCommand.h b/Source/cmLoadCommandCommand.h
index 445e167..e00a01e 100644
--- a/Source/cmLoadCommandCommand.h
+++ b/Source/cmLoadCommandCommand.h
@@ -19,11 +19,9 @@ class cmLoadCommandCommand : public cmCommand
public:
virtual cmCommand* Clone() { return new cmLoadCommandCommand; }
virtual bool InitialPass(std::vector<std::string> const& args,
- cmExecutionStatus &status);
- virtual std::string GetName() const {return "load_command";}
+ cmExecutionStatus& status);
+ virtual std::string GetName() const { return "load_command"; }
cmTypeMacro(cmLoadCommandCommand, cmCommand);
};
-
-
#endif