diff options
Diffstat (limited to 'src/functiontostring.cpp')
-rw-r--r-- | src/functiontostring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp index 0a7bb48..81ea77d 100644 --- a/src/functiontostring.cpp +++ b/src/functiontostring.cpp | |||
@@ -24,7 +24,7 @@ void FunctionToString::execute( Build *bld, const StringList &lInput, StringList | |||
24 | lOutput.push_back( sOut ); | 24 | lOutput.push_back( sOut ); |
25 | } | 25 | } |
26 | 26 | ||
27 | Function *FunctionToString::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 27 | Function *FunctionToString::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) |
28 | { | 28 | { |
29 | Function *pRet = new FunctionToString(); | 29 | Function *pRet = new FunctionToString(); |
30 | pRet->copyData( this, bld, cont, mExtra ); | 30 | pRet->copyData( this, bld, cont, mExtra ); |