diff options
Diffstat (limited to 'src/performcommand.cpp')
| -rw-r--r-- | src/performcommand.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp index 7c7dd42..7505061 100644 --- a/src/performcommand.cpp +++ b/src/performcommand.cpp | |||
| @@ -10,3 +10,11 @@ PerformCommand::PerformCommand() | |||
| 10 | PerformCommand::~PerformCommand() | 10 | PerformCommand::~PerformCommand() |
| 11 | { | 11 | { |
| 12 | } | 12 | } |
| 13 | |||
| 14 | Perform *PerformCommand::duplicate( Build &bld, const std::string &cont ) | ||
| 15 | { | ||
| 16 | Perform *pRet = new PerformCommand(); | ||
| 17 | pRet->copyData( this, bld, cont ); | ||
| 18 | return pRet; | ||
| 19 | } | ||
| 20 | |||
