Skip to content

Commit

Permalink
Fix MSVC build error
Browse files Browse the repository at this point in the history
reg.: 'includeCrossStaffHeight': undeclared identifier (C2065)
  • Loading branch information
Jojo-Schmitz committed Nov 22, 2023
1 parent 7d686a8 commit 677e19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/rendering/dev/tlayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ void TLayout::layoutAmbitus(const Ambitus* item, Ambitus::LayoutData* ldata, con
}

void TLayout::layoutArpeggio(const Arpeggio* item, Arpeggio::LayoutData* ldata, const LayoutConfiguration& conf,
bool /*includeCrossStaffHeight*/)
bool includeCrossStaffHeight)
{
UNUSED(includeCrossStaffHeight);
//! NOTE Can be edited and relayout,
Expand Down

0 comments on commit 677e19f

Please sign in to comment.