]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/lboxcmn.cpp
partially working wxTaskBarIcon for X11
[wxWidgets.git] / src / common / lboxcmn.cpp
index 39e70a027c6028d12aa1ce7f2961aadb227ea6d5..429aa9e5ffff89b6f4c3a502d985fc018250faa9 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/listbox.h"
+    #include "wx/dynarray.h"
 #endif
 
 // ============================================================================
 // implementation
 // ============================================================================
 
+wxListBoxBase::~wxListBoxBase()
+{
+    // this destructor is required for Darwin
+}
+
 // ----------------------------------------------------------------------------
 // adding items
 // ----------------------------------------------------------------------------