]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
restored previously removed inline
[wxWidgets.git] / include / wx / list.h
index 23ab3e1ff8eeb623b222139bf38f1d6a24f9992e..f5bf5336cc3d198d6f94fc9aa86cc79f74a06885 100644 (file)
@@ -484,6 +484,9 @@ class WXDLLEXPORT wxList : public wxObjectList
 {
 public:
     wxList(int key_type = wxKEY_NONE) : wxObjectList((wxKeyType)key_type) { }
+#ifdef __WXMAC_X__
+   ~wxList() {}   // Added min for Mac X
+#endif
 
     wxList& operator=(const wxList& list)
         { return (wxList&)wxListBase::operator=(list); }