Skip to content

Commit 2818f33

Browse files
authored
Merge pull request #4700 from jthistle/urgent-fix-cantbuild
fix build error with keysigs
2 parents bb0b6ab + 99b5784 commit 2818f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmscore/keysig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ bool KeySig::isChange() const
524524
{
525525
if (!staff())
526526
return false;
527-
int keyTick = tick();
527+
Fraction keyTick = tick();
528528
return staff()->currentKeyTick(keyTick) == keyTick;
529529
}
530530

0 commit comments

Comments
 (0)