X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbe874bd32f35beb3ed8d019c5a24df21a219f8f..208458a7f59c7ba95a795597548fc8ae4be655cc:/include/wx/msw/fontenum.h diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index d8e1612279..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_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "fontenum.h" -#endif - /* * wxFontEnumerator: for gathering font information */ @@ -24,7 +20,7 @@ class wxFontEnumerator: public wxObject { DECLARE_CLASS(wxFontEnumerator) public: - wxFontEnumerator() {}; + wxFontEnumerator() {} // Enumerate the fonts. bool Enumerate();