X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddc8c2e3abd656601dfba93ea1eab42aeeaededf..da048e3d4c244a0d0b42e6e6970ad895ea948a53:/include/wx/fontenum.h diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 8ee785ffc6..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