aboutsummaryrefslogtreecommitdiff
path: root/src/functioncommandtolist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functioncommandtolist.h2
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
10public: 10public:
11 FunctionCommandToList(); 11 FunctionCommandToList();
12 virtual ~FunctionCommandToList(); 12 virtual ~FunctionCommandToList();
13
14 virtual void execute( StringList &lInput, StringList &lOutput );
13 15
14private: 16private:
15 17