summaryrefslogtreecommitdiff
path: root/src/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.h')
-rw-r--r--src/rule.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rule.h b/src/rule.h
index ecd2285..92e3356 100644
--- a/src/rule.h
+++ b/src/rule.h
@@ -9,9 +9,8 @@
// TODO determine whether an alternative approach is better (same goes for group and entry)
class Rule : QHBoxLayout {
- enum When { before, after };
-
public:
+ enum When { before, after };
int id;
int entry_id;
When when;