Salome HOME
Use SetSubShape() in IsQuadraticSubMesh(). Fix SIGSEGV in AddFace() on sphere and...
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 373fe02434291e5f6dc50dca9536df8cb19178eb..b287cd54afb748831804e0018049339ada6db398 100644 (file)
@@ -182,8 +182,7 @@ class SMESH_MesherHelper
   void SetKeyIsQuadratic(const bool theKey)
     {myCreateQuadratic = theKey;};
 
-  void SetSubShape(const TopoDS_Shape& subShape)
-    {myShape = subShape;};
+  void SetSubShape(const TopoDS_Shape& subShape);
 
  protected: