mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-16 04:10:33 +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 != "" ) {
|
||||
_PTR(SObject) SO ( study->studyDS()->FindObjectIOR( IOR ) );
|
||||
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