X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62b3ca69cf5be57277f344061ee8abd6a4e44b39..479101cac1fdca97a3c130ee05a7ff4ebe177edf:/include/wx/fontenc.h diff --git a/include/wx/fontenc.h b/include/wx/fontenc.h index d4a9ee6a1e..73c832a771 100644 --- a/include/wx/fontenc.h +++ b/include/wx/fontenc.h @@ -103,7 +103,11 @@ struct WXDLLEXPORT wxNativeEncodingInfo wxFontEncoding encoding; // so that we know what this struct represents #if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) - wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ } + wxNativeEncodingInfo() + : facename() + , encoding(wxFONTENCODING_SYSTEM) + , charset(0) /* ANSI_CHARSET */ + { } int charset; #elif defined(_WX_X_FONTLIKE)