aboutsummaryrefslogtreecommitdiff
path: root/src/functionregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionregexp.h')
-rw-r--r--src/functionregexp.h3
1 files changed, 2 insertions, 1 deletions
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:
11 FunctionRegexp(); 11 FunctionRegexp();
12 virtual ~FunctionRegexp(); 12 virtual ~FunctionRegexp();
13 13
14 virtual void execute( const StringList &lInput, StringList &lOutput ); 14 virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput );
15 virtual Function *duplicate( Build &bld, const std::string &cont, VarMap *mExtra );
15 16
16private: 17private:
17 18