Salome HOME
Fix compilation of gcc 4.3.2
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupOnGeom.hxx
index a1fa3cb269aa69083ed43bd2b3ac5887a5c32904..ed01df758b7c61858ee91f37a0f2ef0d3eb4ea12 100644 (file)
@@ -22,7 +22,6 @@
 //  SMESH SMESHDS : management of mesh data and SMESH document
 //  File   : SMESHDS_GroupOnGeom.hxx
 //  Module : SMESH
-//  $Header$
 //
 #ifndef _SMESHDS_GroupOnGeom_HeaderFile
 #define _SMESHDS_GroupOnGeom_HeaderFile
@@ -43,6 +42,8 @@ class SMESHDS_EXPORT SMESHDS_GroupOnGeom: public SMESHDS_GroupBase
                        const SMDSAbs_ElementType theType,
                        const TopoDS_Shape&       theShape);
 
+  void SetShape( const TopoDS_Shape& theShape);
+
   TopoDS_Shape GetShape() const { return myShape; }
 
   virtual bool Contains (const int theID);