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