aboutsummaryrefslogtreecommitdiff
path: root/src/functionregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionregexp.cpp')
-rw-r--r--src/functionregexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp
index 045f745..462e93c 100644
--- a/src/functionregexp.cpp
+++ b/src/functionregexp.cpp
@@ -11,7 +11,7 @@ FunctionRegexp::~FunctionRegexp()
11{ 11{
12} 12}
13 13
14void FunctionRegexp::execute( StringList &lInput, StringList &lOutput ) 14void FunctionRegexp::execute( const StringList &lInput, StringList &lOutput )
15{ 15{
16} 16}
17 17