aboutsummaryrefslogtreecommitdiff
path: root/src/functioncommandtolist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functioncommandtolist.cpp')
-rw-r--r--src/functioncommandtolist.cpp2
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
62Function *FunctionCommandToList::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) 62Function *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 );