mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-29 10:46:39 +01:00
Fixup build issues
This commit is contained in:
parent
f3a63aa55f
commit
91e0769db5
6 changed files with 78 additions and 74 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue