Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jan 9, 2024
1 parent 47f51d1 commit 6670b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sliceDataStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Polygons
return total;
}
default:
assert(false << "unreachable as switch statement is exhaustive");
assert(false && "unreachable as switch statement is exhaustive");
return Polygons();
}
}
Expand Down

0 comments on commit 6670b80

Please sign in to comment.