]> OCCT Git - occt-copy.git/commit
0031219: TObj_Object::SetName(const Standard_CString theName) should use conversion...
authorgka <gka@opencascade.com>
Mon, 9 Dec 2019 11:43:47 +0000 (14:43 +0300)
committerabv <abv@opencascade.com>
Mon, 4 May 2020 19:38:06 +0000 (22:38 +0300)
commitac2e76314d4271b9567ae23850d6e79d5eb71f59
tree6252b4444097ccafa20ad6a095da51100d3fc627
parent0439d1cf4488bb60804531b1e33a7b6d8feaa4bb
0031219: TObj_Object::SetName(const Standard_CString theName) should use conversion to TCollection_HAsciiString

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.
src/TObj/TObj_Object.cxx