Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitra97 committed Sep 5, 2023
1 parent aab6455 commit fba257f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE(Navigation_in_Indexed_Surfaces) {

sOptions.style = candidates_style;

for (const auto sfc : nState.surfaceCandidates) {
for (const auto& sfc : nState.surfaceCandidates) {
if (!sfc.portal) {
auto activatedBin = actsvg::draw::rectangle(
"bin",
Expand Down

0 comments on commit fba257f

Please sign in to comment.