In the method TObj_Object::TObj_Object::SetName(const Standard_CString theName) conversion to the HAsciiString was used instead of the conversion to the TCollection_HExtendedString.
Standard_Boolean TObj_Object::SetName(const Standard_CString theName) const
{
- return SetName ( new TCollection_HExtendedString ( theName ) );
+ return SetName ( new TCollection_HAsciiString ( theName ) );
}
//=======================================================================