aboutsummaryrefslogtreecommitdiff
path: root/src/performcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/performcommand.cpp')
-rw-r--r--src/performcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp
index 7505061..6963022 100644
--- a/src/performcommand.cpp
+++ b/src/performcommand.cpp
@@ -14,7 +14,7 @@ PerformCommand::~PerformCommand()
14Perform *PerformCommand::duplicate( Build &bld, const std::string &cont ) 14Perform *PerformCommand::duplicate( Build &bld, const std::string &cont )
15{ 15{
16 Perform *pRet = new PerformCommand(); 16 Perform *pRet = new PerformCommand();
17 pRet->copyData( this, bld, cont ); 17 pRet->copyData( this, bld, cont, NULL );
18 return pRet; 18 return pRet;
19} 19}
20 20