]> OCCT Git - occt.git/commit
0031219: Application Framework - TObj_Object::SetName(const Standard_CString theName...
authorgka <gka@opencascade.com>
Mon, 9 Dec 2019 11:43:47 +0000 (14:43 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 18 Sep 2020 14:46:47 +0000 (17:46 +0300)
commit8b77b2fc99b05ffefd5ab84b2806c40a31d15f58
treed3509adcae493d4911d7bc4d8485848c99d68d32
parent6c9f3cf15c48c6a9e3ee6075e23b6d83dfc9ed77
0031219: Application Framework - 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