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:
		@@ -127,7 +127,7 @@ private:
 | 
			
		||||
    friend class wxFont;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define M_FONTDATA (wxFontRefData*)m_refData)
 | 
			
		||||
#define M_FONTDATA ((wxFontRefData*)m_refData)
 | 
			
		||||
 | 
			
		||||
// ----------------------------------------------------------------------------
 | 
			
		||||
// wxFontRefData
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user