summaryrefslogtreecommitdiffstats
path: root/src/rule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.hpp')
-rw-r--r--src/rule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rule.hpp b/src/rule.hpp
index 5b85ced..2779dba 100644
--- a/src/rule.hpp
+++ b/src/rule.hpp
@@ -33,7 +33,7 @@ namespace solar {
struct rule_t {
item_t item;
- std::vector<std::string> variables;
+ std::vector<std::pair<std::string, bool>> variables;
std::string action;
};