X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..61581d48be4b9b8818d5d743dc12c5e1ca2afd0e:/include/wx/msw/fontenum.h diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index 38b7e08eca..e4d1d4cf50 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -24,12 +24,12 @@ class wxFontEnumerator: public wxObject { DECLARE_CLASS(wxFontEnumerator) public: - wxFontEnumerator() {}; + wxFontEnumerator() {} // Enumerate the fonts. bool Enumerate(); - // Stop enumeration if FALSE is returned. + // Stop enumeration if false is returned. // By default, the enumerator stores the facenames in a list for // retrieval via GetFacenames(). virtual bool OnFont(const wxFont& font);