mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
This commit is contained in:
parent
d09f539218
commit
9fad60b470
@ -55,3 +55,7 @@ int SMDS_Position::GetShapeId() const
|
|||||||
{
|
{
|
||||||
return myShapeId;
|
return myShapeId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SMDS_Position::~SMDS_Position()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user