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