don't expose M_FONTDATA in public header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -297,7 +297,7 @@ protected:
|
||||
bool m_bInternalPS; // Internally generated PS?
|
||||
}; // end of CLASS wxFontRefData
|
||||
|
||||
#define M_FONTDATA (wxFontRefData*)m_refData)
|
||||
#define M_FONTDATA ((wxFontRefData*)m_refData)
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
|
Reference in New Issue
Block a user