Skip to content

Commit

Permalink
Use reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin authored Nov 18, 2024
1 parent b2db2db commit 411f28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ void Doc::PrepareData()

if (!prepareDelayedTurns.GetDelayedTurns().empty()) {
for (auto &staves : layerTree.child) {
for (auto layers : staves.second.child) {
for (auto &layers : staves.second.child) {
filters.Clear();
// Create ad comparison object for each type / @n
AttNIntegerComparison matchStaff(STAFF, staves.first);
Expand Down

0 comments on commit 411f28d

Please sign in to comment.