don't expose M_FONTDATA in public header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-11-20 16:14:01 +00:00
parent 32e4b03c49
commit 873fd4af5f
12 changed files with 23 additions and 11 deletions

View File

@@ -211,6 +211,8 @@ wxFontRefData::~wxFontRefData()
m_fonts.Clear();
}
#define M_FONTDATA (wxFontRefData*)m_refData)
// ----------------------------------------------------------------------------
// wxFont
// ----------------------------------------------------------------------------