diff options
Diffstat (limited to 'src/functiondirectoriesin.cpp')
-rw-r--r-- | src/functiondirectoriesin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiondirectoriesin.cpp b/src/functiondirectoriesin.cpp index cafea81..052125e 100644 --- a/src/functiondirectoriesin.cpp +++ b/src/functiondirectoriesin.cpp | |||
@@ -39,7 +39,7 @@ void FunctionDirectoriesIn::execute( Build *bld, const StringList &lInput, Strin | |||
39 | closedir( d ); | 39 | closedir( d ); |
40 | } | 40 | } |
41 | 41 | ||
42 | Function *FunctionDirectoriesIn::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) | 42 | Function *FunctionDirectoriesIn::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) |
43 | { | 43 | { |
44 | Function *pRet = new FunctionDirectoriesIn(); | 44 | Function *pRet = new FunctionDirectoriesIn(); |
45 | pRet->copyData( this, bld, cont, mExtra ); | 45 | pRet->copyData( this, bld, cont, mExtra ); |