]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontmap.h
The exact version it was included doesn't appear to be documented
[wxWidgets.git] / include / wx / fontmap.h
index 53edf7f17c7fedaf4111ae5b48f07779762004cf..726ce43fdf85ee5d5d14e6a4a7a3cfb3dfa81c84 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_FONTMAPPER_H_
 #define _WX_FONTMAPPER_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "fontmap.h"
 #endif
 
@@ -188,6 +188,8 @@ protected:
     
 private:
     static wxFontMapper *sm_instance;
+
+    DECLARE_NO_COPY_CLASS(wxFontMapper)
 };
 
 // ----------------------------------------------------------------------------