X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..f512f90a83cc4c7a96a2bca4893a3c1fa2975077:/include/wx/fontenum.h?ds=sidebyside diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 02f94a8930..78d4371371 100644 --- a/include/wx/fontenum.h +++ b/include/wx/fontenum.h @@ -22,7 +22,7 @@ // fonts with given attributes // ---------------------------------------------------------------------------- -class wxFontEnumerator +class WXDLLEXPORT wxFontEnumerator { public: // start enumerating font families - will result in OnFontFamily() being @@ -32,7 +32,7 @@ public: // enumerate the different encodings either for given font family or for // all font families - will result in OnFontEncoding() being called for // each available (family, encoding) couple - virtual bool EnumerateEncodings(const wxString& family = T("")); + virtual bool EnumerateEncodings(const wxString& family = wxT("")); // callbacks which are called after one of EnumerateXXX() functions from // above is invoked - all of them may return FALSE to stop enumeration or