]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
Updating with Vadim's API changes.
[wxWidgets.git] / src / msw / font.cpp
index de28e3919e74e260e45bf272f54f477a59900ac4..5fa73ec64464ffdbd3275beebe904e496776abf1 100644 (file)
@@ -262,7 +262,7 @@ public:
         if ( m_nativeFontInfoOk )
             return m_nativeFontInfo.SetFaceName(faceName);
 
         if ( m_nativeFontInfoOk )
             return m_nativeFontInfo.SetFaceName(faceName);
 
-            m_faceName = faceName;
+        m_faceName = faceName;
         return true;
     }
 
         return true;
     }
 
@@ -321,7 +321,7 @@ protected:
     bool             m_nativeFontInfoOk;
 };
 
     bool             m_nativeFontInfoOk;
 };
 
-#define M_FONTDATA (wxFontRefData*)m_refData)
+#define M_FONTDATA ((wxFontRefData*)m_refData)
 
 // ============================================================================
 // implementation
 
 // ============================================================================
 // implementation