]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
added dependency handling to Makefiles
[wxWidgets.git] / include / wx / list.h
index 283c4586be01b985fb50862a8f0a61f06c56bb15..7b542c64a2eb732ca59e7ddfd42efa749ec88c5e 100644 (file)
@@ -485,8 +485,8 @@ class WXDLLEXPORT wxList : public wxObjectList
 {
 public:
     wxList(int key_type = wxKEY_NONE) : wxObjectList((wxKeyType)key_type) { }
 {
 public:
     wxList(int key_type = wxKEY_NONE) : wxObjectList((wxKeyType)key_type) { }
-#ifdef __WXMAC_X__
-   ~wxList() {}   // Added min for Mac X
+#ifdef __DARWIN__
+   ~wxList() { }
 #endif
 
     wxList& operator=(const wxList& list)
 #endif
 
     wxList& operator=(const wxList& list)