diff options
Diffstat (limited to '')
-rw-r--r-- | src/functioncommandtolist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/functioncommandtolist.h b/src/functioncommandtolist.h index 90b4bf3..5bebe16 100644 --- a/src/functioncommandtolist.h +++ b/src/functioncommandtolist.h | |||
@@ -10,6 +10,8 @@ class FunctionCommandToList : public Function | |||
10 | public: | 10 | public: |
11 | FunctionCommandToList(); | 11 | FunctionCommandToList(); |
12 | virtual ~FunctionCommandToList(); | 12 | virtual ~FunctionCommandToList(); |
13 | |||
14 | virtual void execute( StringList &lInput, StringList &lOutput ); | ||
13 | 15 | ||
14 | private: | 16 | private: |
15 | 17 | ||