From: jfa Date: Mon, 15 Jan 2024 13:53:48 +0000 (+0000) Subject: Porting to OCCT 7.8.0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=68798617db38e7851e3537b1e8fb085d072c274e;p=plugins%2Fblsurfplugin.git Porting to OCCT 7.8.0 --- 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 );