diff options
Diffstat (limited to '')
-rw-r--r-- | src/functioncommandtolist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functioncommandtolist.cpp b/src/functioncommandtolist.cpp index 708db5b..3653135 100644 --- a/src/functioncommandtolist.cpp +++ b/src/functioncommandtolist.cpp | |||
@@ -59,7 +59,7 @@ void FunctionCommandToList::execute( Build *bld, const StringList &lInput, Strin | |||
59 | //rView.endExtraRequiresCheck(); | 59 | //rView.endExtraRequiresCheck(); |
60 | } | 60 | } |
61 | 61 | ||
62 | Function *FunctionCommandToList::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 62 | Function *FunctionCommandToList::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) |
63 | { | 63 | { |
64 | Function *pRet = new FunctionCommandToList(); | 64 | Function *pRet = new FunctionCommandToList(); |
65 | pRet->copyData( this, bld, cont, mExtra ); | 65 | pRet->copyData( this, bld, cont, mExtra ); |