aboutsummaryrefslogtreecommitdiff
path: root/src/functionfilesin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionfilesin.cpp')
-rw-r--r--src/functionfilesin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionfilesin.cpp b/src/functionfilesin.cpp
index 6b47f9f..e1a4c2b 100644
--- a/src/functionfilesin.cpp
+++ b/src/functionfilesin.cpp
@@ -39,7 +39,7 @@ void FunctionFilesIn::execute( Build *bld, const StringList &lInput, StringList
39 closedir( d ); 39 closedir( d );
40} 40}
41 41
42Function *FunctionFilesIn::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) 42Function *FunctionFilesIn::duplicate( Build &bld, const StringList *cont, VarMap *mExtra )
43{ 43{
44 Function *pRet = new FunctionFilesIn(); 44 Function *pRet = new FunctionFilesIn();
45 pRet->copyData( this, bld, cont, mExtra ); 45 pRet->copyData( this, bld, cont, mExtra );