fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-11-30 10:20:29 +00:00
parent cbea84022c
commit c7bd016e16

View File

@ -147,7 +147,7 @@ void wxFontRefData::Init(int pointSize,
m_faceName = faceName;
m_encoding = encoding;
m_noAA = false;
#ifdef wxMAC_USE_CORE_TEXT
#if wxMAC_USE_CORE_TEXT
m_macUIFontType = kCTFontNoFontType;
#endif
#if wxMAC_USE_ATSU_TEXT