Salome HOME
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
authorjrt <jrt>
Tue, 23 Mar 2004 11:37:31 +0000 (11:37 +0000)
committerjrt <jrt>
Tue, 23 Mar 2004 11:37:31 +0000 (11:37 +0000)
src/SMDS/SMDS_Position.cxx

index 0a634ceb2eb0eeddc508f4973648b9cc2ab5dc72..0faffca9743505d88dad956a5bc73695a7624b85 100644 (file)
@@ -36,6 +36,15 @@ SMDS_Position::SMDS_Position(int aShapeId) :myShapeId(aShapeId)
 {
 }
 
+//=======================================================================
+//function : destructor SMDS_Position
+//purpose  :
+//=======================================================================
+
+SMDS_Position::~SMDS_Position()
+{
+}
+
 //=======================================================================
 //function : SetShapeId
 //purpose  :