Make a Fraction conversion explicit

This commit is contained in:
Stepland 2022-12-27 14:00:54 +01:00
parent fab9f4c453
commit 8fbdfea01c

View File

@ -237,7 +237,7 @@ void ChartState::insert_long_note_just_created(std::uint64_t snap) {
}
auto new_note = make_long_note_dummy_for_linear_view(
*long_note_being_created,
snap
Fraction{snap}
);
better::Notes new_notes;
new_notes.insert(new_note);