]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fontenum.h
OS X savvy implementation
[wxWidgets.git] / include / wx / msw / fontenum.h
index c5cc84c9ba358e17d5a23c99aa7696687b7696ff..e4d1d4cf503d809e99dab510de8ded520504b8ba 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_FONTENUM_H_
 #define _WX_FONTENUM_H_
 
 #ifndef _WX_FONTENUM_H_
 #define _WX_FONTENUM_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "fontenum.h"
 #endif
 
 #pragma interface "fontenum.h"
 #endif
 
@@ -24,12 +24,12 @@ class wxFontEnumerator: public wxObject
 {
 DECLARE_CLASS(wxFontEnumerator)
 public:
 {
 DECLARE_CLASS(wxFontEnumerator)
 public:
-    wxFontEnumerator() {};
+    wxFontEnumerator() {}
 
     // Enumerate the fonts.
     bool Enumerate();
 
 
     // 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);
     // By default, the enumerator stores the facenames in a list for
     // retrieval via GetFacenames().
     virtual bool OnFont(const wxFont& font);