]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/font.cpp
recognize schemes other than http and ftp in wxLaunchDefaultBrowser()
[wxWidgets.git] / src / osx / carbon / font.cpp
index d1c72dac0714815c868eacbfb2e42536a5f12378..3d295d4bb901df0cd264ce2f6c82d0d22ec2f416 100644 (file)
@@ -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)