From 7dd1617040df5c06251c9daa00cfbb36bad601b8 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 +- src/GUI/BLSURFPluginGUI.cxx | 2 +- src/GUI/BLSURFPluginGUI_HypothesisCreator.h | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 8ecdaad..7783443 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 ); diff --git a/src/GUI/BLSURFPluginGUI.cxx b/src/GUI/BLSURFPluginGUI.cxx index 2406a3b..9321da3 100644 --- a/src/GUI/BLSURFPluginGUI.cxx +++ b/src/GUI/BLSURFPluginGUI.cxx @@ -26,7 +26,7 @@ // E.A. : On windows with python 2.6, there is a conflict // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... -#include +#include #include #include #endif diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h index 334980d..22236c6 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h @@ -48,11 +48,11 @@ #include #ifdef WIN32 - // E.A. : On windows with python 2.6, there is a conflict - // E.A. : between pymath.h and Standard_math.h which define - // E.A. : some same symbols : acosh, asinh, ... - #include - #include +// E.A. : On windows with python 2.6, there is a conflict +// E.A. : between pymath.h and Standard_math.h which define +// E.A. : some same symbols : acosh, asinh, ... +#include +#include #endif #include -- 2.30.2