X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6abcf2ef846402dd2243db0c03b0d178f0e4a45..2d9c0e97c580cff977d75760dc0d82c5852eec2c:/include/wx/fontenum.h diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 69829484e2..2412f25c46 100644 --- a/include/wx/fontenum.h +++ b/include/wx/fontenum.h @@ -43,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