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