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/functiontostring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functiontostring.h') diff --git a/src/functiontostring.h b/src/functiontostring.h index 4779712..d9c5af7 100644 --- a/src/functiontostring.h +++ b/src/functiontostring.h @@ -12,7 +12,7 @@ public: virtual ~FunctionToString(); virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput ); - virtual Function *duplicate( Build &bld, const std::string &cont, VarMap *mExtra ); + virtual Function *duplicate( Build &bld, const StringList *cont, VarMap *mExtra ); private: -- cgit v1.2.3