X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/543f08a67631f2849872d5d3ee7cb99047718560..4b3feaa75de76963492c4202be04be9bf20b321f:/include/wx/msw/fontenum.h?ds=sidebyside diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index c5cc84c9ba..873892494d 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -12,10 +12,6 @@ #ifndef _WX_FONTENUM_H_ #define _WX_FONTENUM_H_ -#ifdef __GNUG__ -#pragma interface "fontenum.h" -#endif - /* * wxFontEnumerator: for gathering font information */ @@ -24,12 +20,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);