diff options
Diffstat (limited to '')
-rw-r--r-- | src/rule.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ public: | |||
17 | Rule(); | 17 | Rule(); |
18 | virtual ~Rule(); | 18 | virtual ~Rule(); |
19 | 19 | ||
20 | void execute(); | ||
21 | |||
20 | std::string getName() | 22 | std::string getName() |
21 | { | 23 | { |
22 | return sName; | 24 | return sName; |