aboutsummaryrefslogtreecommitdiff
path: root/src/functionregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functionregexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp
index 57a1725..74c19ee 100644
--- a/src/functionregexp.cpp
+++ b/src/functionregexp.cpp
@@ -42,7 +42,7 @@ void FunctionRegexp::execute( Build *bld, const StringList &lInput, StringList &
42 } 42 }
43} 43}
44 44
45Function *FunctionRegexp::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) 45Function *FunctionRegexp::duplicate( Build &bld, const StringList *cont, VarMap *mExtra )
46{ 46{
47 Function *pRet = new FunctionRegexp(); 47 Function *pRet = new FunctionRegexp();
48 pRet->copyData( this, bld, cont, mExtra ); 48 pRet->copyData( this, bld, cont, mExtra );