]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
Platform define for wxWinCE
[wxWidgets.git] / include / wx / object.h
index 8a5f1bb96e280cd95b74511215e5a052c48cd30d..be4a7bbc3fb85282cc724c8773de2699e43c0276 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_OBJECTH__
 #define _WX_OBJECTH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "object.h"
 #endif
 
@@ -501,7 +501,7 @@ protected:
 
 class WXDLLEXPORT wxObjectRefData
 {
-    friend class wxObject;
+    friend class WXDLLEXPORT wxObject;
 
 public:
     wxObjectRefData() : m_count(1) { }