mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 17:00:35 +05:00
DCQ : GetIORFromString bug correction
This commit is contained in:
parent
f63b1455c7
commit
ea3ceb5606
@ -762,7 +762,7 @@ const char* GEOM_Gen_i::GetStringFromIOR(GEOM::GEOM_Shape_var shapeIOR) {
|
||||
//=================================================================================
|
||||
GEOM::GEOM_Shape_ptr GEOM_Gen_i::GetIORFromString(const char* stringIOR) {
|
||||
GEOM::GEOM_Shape_var shapeIOR = GEOM::GEOM_Shape::_narrow(_orb->string_to_object(stringIOR)) ;
|
||||
return shapeIOR ;
|
||||
return shapeIOR._retn();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user