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