mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-16 10:20:34 +05:00
Porting to CAS-6.3
This commit is contained in:
parent
aea035dec5
commit
64df74e177
@ -619,7 +619,7 @@ char* GEOMBase_Helper::getEntry( GEOM::GEOM_Object_ptr object ) const
|
|||||||
if ( IOR != "" ) {
|
if ( IOR != "" ) {
|
||||||
_PTR(SObject) SO ( study->studyDS()->FindObjectIOR( IOR ) );
|
_PTR(SObject) SO ( study->studyDS()->FindObjectIOR( IOR ) );
|
||||||
if ( SO ) {
|
if ( SO ) {
|
||||||
return TCollection_AsciiString((char*)SO->GetID().c_str()).ToCString();
|
return (char*) TCollection_AsciiString((char*)SO->GetID().c_str()).ToCString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user