diff options
Diffstat (limited to 'src/functionregexp.cpp')
-rw-r--r-- | src/functionregexp.cpp | 2 |
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 | ||
45 | Function *FunctionRegexp::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 45 | Function *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 ); |