From 85539c8c262c0c9e227c87fd1de02c53c163b7d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 20 Sep 2006 18:56:49 +0000 Subject: Changed the api for variable replacement contexts. There can now be multiple levels of contextual inheritance, so now sub-targets automatically get their parent target's context variables, if they need them. --- src/functionfilesin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functionfilesin.cpp') 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 closedir( d ); } -Function *FunctionFilesIn::duplicate( Build &bld, const std::string &cont, VarMap *mExtra ) +Function *FunctionFilesIn::duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) { Function *pRet = new FunctionFilesIn(); pRet->copyData( this, bld, cont, mExtra ); -- cgit v1.2.3