Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/smesh.git] / src / StdMeshers / StdMeshers_Penta_3D.hxx
index ae5b03c54c3a4b2d37d6ddb3b604720e381a48d7..2743754057da93c05616c082d2d109ef54cba31d 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "SMESH_Block.hxx"
 
-#include "StdMeshers_Helper.hxx"
+#include "SMESH_MesherHelper.hxx"
 
 typedef std::map< double, std::vector<const SMDS_MeshNode*> > StdMeshers_IJNodeMap;
 
@@ -256,7 +256,7 @@ class StdMeshers_Penta_3D {
     vector<gp_XYZ>            myShapeXYZ; // point on each sub-shape
 
     bool myCreateQuadratic;
-    StdMeshers_Helper* myTool; // toll for working with quadratic elements
+    SMESH_MesherHelper* myTool; // toll for working with quadratic elements
 };
 
 #endif