diff options
Diffstat (limited to '')
-rw-r--r-- | src/performcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp index e901b0e..46ac05a 100644 --- a/src/performcommand.cpp +++ b/src/performcommand.cpp | |||
@@ -13,7 +13,7 @@ PerformCommand::~PerformCommand() | |||
13 | { | 13 | { |
14 | } | 14 | } |
15 | 15 | ||
16 | Perform *PerformCommand::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 16 | Perform *PerformCommand::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) |
17 | { | 17 | { |
18 | Perform *pRet = new PerformCommand(); | 18 | Perform *pRet = new PerformCommand(); |
19 | pRet->copyData( this, bld, cont, mExtra ); | 19 | pRet->copyData( this, bld, cont, mExtra ); |