Fixup build issues

This commit is contained in:
ReinUsesLisp 2018-11-01 05:13:30 -03:00
parent f3a63aa55f
commit 91e0769db5
6 changed files with 78 additions and 74 deletions

View file

@ -113,7 +113,7 @@ void Op::Add(const std::vector<Id>& ids) {
}
u16 Op::WordCount() const {
u16 count{1};
u16 count = 1;
if (result_type) {
count++;
}