X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b70c946a39362f054e0248d759dd2e6eb1137d9..6362d82b3ed82aa6795e4ad03160820f94c9e4d4:/interface/wx/fontenum.h?ds=sidebyside diff --git a/interface/wx/fontenum.h b/interface/wx/fontenum.h index 7ed8230d24..ad31d2e524 100644 --- a/interface/wx/fontenum.h +++ b/interface/wx/fontenum.h @@ -30,7 +30,7 @@ @library{wxcore} @category{gdi} - @see @ref overview_fontencoding, @ref sample_font, wxFont, wxFontMapper + @see @ref overview_fontencoding, @ref page_samples_font, wxFont, wxFontMapper */ class wxFontEnumerator { @@ -39,7 +39,7 @@ public: Call OnFontEncoding() for each encoding supported by the given font - or for each encoding supported by at least some font if @a font is not specified. */ - virtual bool EnumerateEncodings(const wxString& font = ""); + virtual bool EnumerateEncodings(const wxString& font = wxEmptyString); /** Call OnFacename() for each font which supports given encoding (only if