Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -853,7 +853,7 @@ bool wxRichTextXMLHandler::GetStyle(wxTextAttrEx& attr, wxXmlNode* node, bool is
|
||||
|
||||
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())
|
||||
|
Reference in New Issue
Block a user