diff options
Diffstat (limited to 'src/functionregexp.cpp')
-rw-r--r-- | src/functionregexp.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp index fd632ae..045f745 100644 --- a/src/functionregexp.cpp +++ b/src/functionregexp.cpp | |||
@@ -10,3 +10,8 @@ FunctionRegexp::FunctionRegexp() | |||
10 | FunctionRegexp::~FunctionRegexp() | 10 | FunctionRegexp::~FunctionRegexp() |
11 | { | 11 | { |
12 | } | 12 | } |
13 | |||
14 | void FunctionRegexp::execute( StringList &lInput, StringList &lOutput ) | ||
15 | { | ||
16 | } | ||
17 | |||