git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42269
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
value = node->GetPropVal(wxT("bulletsymbol"), wxEmptyString);
if (!value.empty())
value = node->GetPropVal(wxT("bulletsymbol"), wxEmptyString);
if (!value.empty())
- attr.SetBulletSymbol(wxAtoi(value));
+ attr.SetBulletSymbol(wxChar(wxAtoi(value)));
value = node->GetPropVal(wxT("bulletfont"), wxEmptyString);
if (!value.empty())
value = node->GetPropVal(wxT("bulletfont"), wxEmptyString);
if (!value.empty())