summaryrefslogtreecommitdiffstats
path: root/logic/DerpRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/DerpRule.h')
-rw-r--r--logic/DerpRule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/DerpRule.h b/logic/DerpRule.h
index 7895ea98..0254028c 100644
--- a/logic/DerpRule.h
+++ b/logic/DerpRule.h
@@ -27,7 +27,7 @@ enum RuleAction
};
RuleAction RuleAction_fromString(QString);
-QList<std::shared_ptr<Rule>> rulesFromJsonV4(QJsonObject &objectWithRules);
+QList<std::shared_ptr<Rule>> rulesFromJsonV4(const QJsonObject &objectWithRules);
class Rule
{