mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
This commit is contained in:
parent
454061ed04
commit
260b44e5e4
@ -36,6 +36,15 @@ SMDS_Position::SMDS_Position(int aShapeId) :myShapeId(aShapeId)
|
||||
{
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : destructor SMDS_Position
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
SMDS_Position::~SMDS_Position()
|
||||
{
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : SetShapeId
|
||||
//purpose :
|
||||
|
Loading…
Reference in New Issue
Block a user