From 7a7390337e04d0163b97c1da7bdaa198bacaff72 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 23 Aug 2006 03:22:03 +0000 Subject: Loads more stuff...it's nearly working now. --- src/functionregexp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functionregexp.cpp') 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() { } -void FunctionRegexp::execute( StringList &lInput, StringList &lOutput ) +void FunctionRegexp::execute( const StringList &lInput, StringList &lOutput ) { } -- cgit v1.2.3