error: 'value' is unavailable: introduced in macOS 10.14.
This commit is contained in:
parent
68d7ce7af1
commit
de664c3aa0
|
@ -362,7 +362,7 @@ auto VPosition::CheckCombineEdges(VLayoutPiece &detail, int j, int &dEdge) -> bo
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
dEdge = layoutEdge.value();
|
dEdge = *layoutEdge;
|
||||||
CrossingType type = CrossingType::Intersection;
|
CrossingType type = CrossingType::Intersection;
|
||||||
if (SheetContains(detail.MappedDetailBoundingRect()))
|
if (SheetContains(detail.MappedDetailBoundingRect()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user