compilation fix for switch(wxChar)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -642,7 +642,7 @@ wxFontStyle wxNativeFontInfo::GetStyle() const
|
|||||||
return wxFONTSTYLE_NORMAL;
|
return wxFONTSTYLE_NORMAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ( s[0] )
|
switch ( s[0].GetValue() )
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
// again, unknown but consider normal by default
|
// again, unknown but consider normal by default
|
||||||
|
|||||||
Reference in New Issue
Block a user