From 46f83c8e8ff96e7a6456b61211c5a281203ea129 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 9 Nov 2008 11:33:12 +0000 Subject: [PATCH] another wxFont OS2 blind build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/font.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/os2/font.cpp b/src/os2/font.cpp index 6089595493..8fd33e10b0 100644 --- a/src/os2/font.cpp +++ b/src/os2/font.cpp @@ -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 -- 2.50.0