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