X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4abb374e4db9d45ef3598834fd796786da0ec35e..02b94f4e73cd7423b27aafb388179a8c7e856df1:/src/osx/carbon/font.cpp?ds=sidebyside diff --git a/src/osx/carbon/font.cpp b/src/osx/carbon/font.cpp index d1c72dac07..3d295d4bb9 100644 --- a/src/osx/carbon/font.cpp +++ b/src/osx/carbon/font.cpp @@ -424,7 +424,7 @@ void wxFontRefData::MacFindFont() // QD selection algorithm is the fastest by orders of magnitude on 10.5 if ( m_faceName.IsAscii() ) { - uint8 qdstyle = 0; + uint8_t qdstyle = 0; if (m_weight == wxFONTWEIGHT_BOLD) qdstyle |= bold; if (m_style == wxFONTSTYLE_ITALIC || m_style == wxFONTSTYLE_SLANT)