]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)
[wxWidgets.git] / include / wx / control.h
index fb90b4dbefc521760c1b3712de642d049a961e09..6858103d6e2b3f82e3d53868e4e53edaaf9e1147 100644 (file)
@@ -48,8 +48,8 @@ public:
     // get the control alignment (left/right/centre, top/bottom/centre)
     int GetAlignment() const { return m_windowStyle & wxALIGN_MASK; }
 
-#ifdef __WXMAC_X__
-    virtual ~wxControlBase() { }   // Added min for Mac X
+#ifdef __DARWIN__
+    virtual ~wxControlBase() { }
 #endif
 
 protected: