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
//
void Init( int nSize
,int nFamily
,int nStyle
,int nWeight
,wxFontFamily nFamily
,wxFontStyle nStyle
,wxFontWeight nWeight
,bool bUnderlined
,const wxString& rsFaceName
,wxFontEncoding vEncoding