diff options
Diffstat (limited to '')
-rw-r--r-- | src/rule.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rule.cpp b/src/rule.cpp index 2212936..4426575 100644 --- a/src/rule.cpp +++ b/src/rule.cpp | |||
@@ -8,3 +8,7 @@ Rule::~Rule() | |||
8 | { | 8 | { |
9 | } | 9 | } |
10 | 10 | ||
11 | void Rule::execute() | ||
12 | { | ||
13 | } | ||
14 | |||