X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..0912690b65b3c58c0e12870fb971675ca5572ae6:/include/wx/msw/fontenum.h diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index fc1808dfce..e4d1d4cf50 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_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);