From d19ada0aa88aba1c7b439035c0028440ac860ec3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 00:22:33 +0000 Subject: Build now builds, it has viewers, and dependancy checking, and everything works. Now we have to add cleaning, caching, and more viewer hooks / viewers. --- src/functionregexp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/functionregexp.h') diff --git a/src/functionregexp.h b/src/functionregexp.h index 9fa2eb4..1dfd91e 100644 --- a/src/functionregexp.h +++ b/src/functionregexp.h @@ -11,7 +11,8 @@ public: FunctionRegexp(); virtual ~FunctionRegexp(); - virtual void execute( const StringList &lInput, StringList &lOutput ); + virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput ); + virtual Function *duplicate( Build &bld, const std::string &cont, VarMap *mExtra ); private: -- cgit v1.2.3