X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3d15542d6047f49f493dbd5559fab99c06a336e..38759b67942091819c0737676941e3fb92745c3d:/include/wx/fontenum.h diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 456590ae64..2412f25c46 100644 --- a/include/wx/fontenum.h +++ b/include/wx/fontenum.h @@ -18,6 +18,7 @@ #endif #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