diff options
Diffstat (limited to '')
-rw-r--r-- | src/functiontostring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp index f5f43b2..a76705a 100644 --- a/src/functiontostring.cpp +++ b/src/functiontostring.cpp | |||
@@ -11,7 +11,7 @@ FunctionToString::~FunctionToString() | |||
11 | { | 11 | { |
12 | } | 12 | } |
13 | 13 | ||
14 | void FunctionToString::execute( StringList &lInput, StringList &lOutput ) | 14 | void FunctionToString::execute( const StringList &lInput, StringList &lOutput ) |
15 | { | 15 | { |
16 | } | 16 | } |
17 | 17 | ||