another wxFont OS2 blind build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-09 11:33:12 +00:00
parent a715b99070
commit 46f83c8e8f

View File

@@ -249,9 +249,9 @@ protected:
// Common part of all ctors // Common part of all ctors
// //
void Init( int nSize void Init( int nSize
,int nFamily ,wxFontFamily nFamily
,int nStyle ,wxFontStyle nStyle
,int nWeight ,wxFontWeight nWeight
,bool bUnderlined ,bool bUnderlined
,const wxString& rsFaceName ,const wxString& rsFaceName
,wxFontEncoding vEncoding ,wxFontEncoding vEncoding