Porting to CAS-6.3

This commit is contained in:
maintenance team 2008-09-12 15:38:04 +00:00
parent aea035dec5
commit 64df74e177

View File

@ -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();
}
}
}