diff options
Diffstat (limited to 'src/functiontargets.cpp')
-rw-r--r-- | src/functiontargets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontargets.cpp b/src/functiontargets.cpp index 253b585..29a92d3 100644 --- a/src/functiontargets.cpp +++ b/src/functiontargets.cpp | |||
@@ -26,7 +26,7 @@ void FunctionTargets::execute( Build *bld, const StringList &lInput, StringList | |||
26 | } | 26 | } |
27 | } | 27 | } |
28 | 28 | ||
29 | Function *FunctionTargets::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 29 | Function *FunctionTargets::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) |
30 | { | 30 | { |
31 | Function *pRet = new FunctionTargets(); | 31 | Function *pRet = new FunctionTargets(); |
32 | pRet->copyData( this, bld, cont, mExtra ); | 32 | pRet->copyData( this, bld, cont, mExtra ); |