diff options
Diffstat (limited to '')
-rw-r--r-- | src/functionregexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionregexp.h b/src/functionregexp.h index 80a8220..9fa2eb4 100644 --- a/src/functionregexp.h +++ b/src/functionregexp.h | |||
@@ -11,7 +11,7 @@ public: | |||
11 | FunctionRegexp(); | 11 | FunctionRegexp(); |
12 | virtual ~FunctionRegexp(); | 12 | virtual ~FunctionRegexp(); |
13 | 13 | ||
14 | virtual void execute( StringList &lInput, StringList &lOutput ); | 14 | virtual void execute( const StringList &lInput, StringList &lOutput ); |
15 | 15 | ||
16 | private: | 16 | private: |
17 | 17 | ||