X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..d2aa096b6fa3d82275c714df05234ad9e52fca7d:/include/wx/fontmap.h?ds=sidebyside diff --git a/include/wx/fontmap.h b/include/wx/fontmap.h index 43285146c0..70691e8afb 100644 --- a/include/wx/fontmap.h +++ b/include/wx/fontmap.h @@ -20,7 +20,10 @@ // headers // ---------------------------------------------------------------------------- +#if wxUSE_FONTMAP + #include "wx/fontenc.h" // for wxFontEncoding + #if wxUSE_GUI #include "wx/fontutil.h" // for wxNativeEncodingInfo #endif // wxUSE_GUI @@ -163,6 +166,7 @@ protected: #if wxUSE_CONFIG // config object and path (in it) to use wxConfigBase *m_config; + bool m_configIsDummy; #endif wxString m_configRootPath; @@ -185,4 +189,6 @@ protected: // the default font mapper for wxWindows programs WXDLLEXPORT_DATA(extern wxFontMapper *) wxTheFontMapper; +#endif // wxUSE_FONTMAP + #endif // _WX_FONTMAPPER_H_