X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..8ba2f3ec94b86800e6c7ee918ce3901da7e78b7b:/include/wx/fontenum.h?ds=sidebyside diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 35bde85fc1..2412f25c46 100644 --- a/include/wx/fontenum.h +++ b/include/wx/fontenum.h @@ -17,7 +17,8 @@ #pragma interface "fontenum.h" #endif -#include "wx/font.h" +#include "wx/fontenc.h" +#include "wx/arrstr.h" // ---------------------------------------------------------------------------- // wxFontEnumerator enumerates all available fonts on the system or only the @@ -42,7 +43,7 @@ public: // enumerate the different encodings either for given font facename or for // all facenames - will result in OnFontEncoding() being called for each // available (facename, encoding) couple - virtual bool EnumerateEncodings(const wxString& facename = wxT("")); + virtual bool EnumerateEncodings(const wxString& facename = wxEmptyString); // callbacks which are called after one of EnumerateXXX() functions from // above is invoked - all of them may return FALSE to stop enumeration or