mirror of https://github.com/KLayout/klayout.git
Fixed a build error.
This commit is contained in:
parent
4e8c83e7b6
commit
5941ee688a
|
|
@ -1085,7 +1085,7 @@ Triangles::fill_concave_corners (const std::vector<db::TriangleEdge *> &edges)
|
|||
|
||||
}
|
||||
|
||||
if (not any_connected) {
|
||||
if (! any_connected) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue