aboutsummaryrefslogtreecommitdiff
path: root/src/rule.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/rule.cpp4
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
11void Rule::execute()
12{
13}
14