X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09da4ae594eb84b32095dea53a100f046425f468..3358af0f8754020769c32f211cc9034f62716005:/include/wx/fontutil.h?ds=sidebyside diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index afd564a7b6..21a4f8b887 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -105,6 +105,8 @@ public: // set the XFLD void SetXFontName(const wxString& xFontName); #elif defined(__WXMSW__) + wxNativeFontInfo(const LOGFONT& lf_) : lf(lf_) { } + LOGFONT lf; #elif defined(__WXPM__) // OS/2 native structures that define a font