From 68798617db38e7851e3537b1e8fb085d072c274e Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 15 Jan 2024 13:53:48 +0000 Subject: [PATCH] Porting to OCCT 7.8.0 --- src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 94e8065..b215bad 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -1792,7 +1792,7 @@ namespace { BRepBuilderAPI_MakeWire newWire; - typedef NCollection_DataMap TSeg2EdgeMap; + typedef NCollection_DataMap TSeg2EdgeMap; TSeg2EdgeMap seg2EdgeMap; TopoDS_Iterator edgeIt( wire ); -- 2.39.2