Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).

This commit is contained in:
jrt 2004-03-23 11:37:31 +00:00
parent 454061ed04
commit 260b44e5e4

View 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 :