Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/smesh.git] / src / StdMeshers / StdMeshers_Quadrangle_2D.hxx
index 9abff008c1b806efc1dc4219ed49f5f63a7016c3..82f507d6ef005172204f9de8f747121c607595bb 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "gp_XY.hxx"
 
-#include "StdMeshers_Helper.hxx"
+#include "SMESH_MesherHelper.hxx"
 
 //class SMDS_MeshNode;
 
@@ -131,7 +131,7 @@ protected:
   // is not the same in the case where the global number of nodes on edges is even
   bool myQuadranglePreference;
 
-  StdMeshers_Helper* myTool; // toll for working with quadratic elements
+  SMESH_MesherHelper* myTool; // toll for working with quadratic elements
 };
 
 #endif