X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7826e2dd838d59c6a8061b4fdd9f7326a6e06de3..e7fa076d947d52b2572d7ea9d623d1b31171861a:/include/wx/fontenc.h diff --git a/include/wx/fontenc.h b/include/wx/fontenc.h index 4af4ca20d2..4494b6dea0 100644 --- a/include/wx/fontenc.h +++ b/include/wx/fontenc.h @@ -74,6 +74,8 @@ enum wxFontEncoding // types // ---------------------------------------------------------------------------- +#if wxUSE_GUI + // This private structure specifies all the parameters needed to create a font // with the given encoding on this platform. // @@ -110,4 +112,6 @@ struct WXDLLEXPORT wxNativeEncodingInfo wxString ToString() const; }; +#endif // wxUSE_GUI + #endif // _WX_FONTENC_H_