diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-01-22 22:15:50 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-01-22 22:15:50 +0100 |
commit | c39d26f4453166603749826eee1a732c815047d0 (patch) | |
tree | 80f33a7013843745d3ddb9055efef55d1ef3dfcc /logic/DerpRule.h | |
parent | 0a592ab99bc68ad918f74206edf2a77cc257683c (diff) | |
download | MultiMC-c39d26f4453166603749826eee1a732c815047d0.tar MultiMC-c39d26f4453166603749826eee1a732c815047d0.tar.gz MultiMC-c39d26f4453166603749826eee1a732c815047d0.tar.lz MultiMC-c39d26f4453166603749826eee1a732c815047d0.tar.xz MultiMC-c39d26f4453166603749826eee1a732c815047d0.zip |
Got liteloader working. Patching more or less works
Diffstat (limited to 'logic/DerpRule.h')
-rw-r--r-- | logic/DerpRule.h | 2 |
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 { |