Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/smesh.git] / src / StdMeshers / StdMeshers_MEFISTO_2D.hxx
index 180ceb7605e81a058977b234115f21e33d786655..6a14394ecd729b98b48681f43e48fd53a44a9d42 100644 (file)
@@ -33,7 +33,7 @@
 #include "SMESH_2D_Algo.hxx"
 #include <TopoDS_Wire.hxx>
 
-#include "StdMeshers_Helper.hxx"
+#include "SMESH_MesherHelper.hxx"
 
 class SMDS_MeshNode;
 class TopTools_IndexedDataMapOfShapeListOfShape;
@@ -98,7 +98,7 @@ protected:
   TopoDS_Wire myOuterWire;
   std::list<const SMDS_MeshNode*> myNodesOnCommonV;
 
-  StdMeshers_Helper* myTool; // toll for working with quadratic elements
+  SMESH_MesherHelper* myTool; // toll for working with quadratic elements
 };
 
 #endif