X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48f9e8107ae11a0bd952f258feeaf7c2f57324ca..66cd9d7f557b5847d3672507135a2d0a5882f415:/include/wx/encinfo.h diff --git a/include/wx/encinfo.h b/include/wx/encinfo.h index a5e7af1b03..7013ba60b1 100644 --- a/include/wx/encinfo.h +++ b/include/wx/encinfo.h @@ -5,7 +5,7 @@ // Modified by: // Created: 19.09.2003 (extracted from wx/fontenc.h) // RCS-ID: $Id$ -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -37,7 +37,11 @@ struct WXDLLEXPORT wxNativeEncodingInfo wxString facename; // may be empty meaning "any" wxFontEncoding encoding; // so that we know what this struct represents -#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__) || defined(__WXCOCOA__) // FIXME: __WXCOCOA__ +#if defined(__WXMSW__) || \ + defined(__WXPM__) || \ + defined(__WXMAC__) || \ + defined(__WXCOCOA__) // FIXME: __WXCOCOA__ + wxNativeEncodingInfo() : facename() , encoding(wxFONTENCODING_SYSTEM)