X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa61d3525370a9b9fa8c797d9b7f89d96994db5f..7523de907dd77eedd33431d5ff46478a467faf5f:/include/wx/motif/listbox.h diff --git a/include/wx/motif/listbox.h b/include/wx/motif/listbox.h index c0c4d1b56f..29faf7d6dc 100644 --- a/include/wx/motif/listbox.h +++ b/include/wx/motif/listbox.h @@ -16,7 +16,7 @@ #include "wx/clntdata.h" // forward decl for GetSelections() -class WXDLLEXPORT wxArrayInt; +class WXDLLIMPEXP_FWD_CORE wxArrayInt; // List box item class WXDLLEXPORT wxListBox: public wxListBoxBase @@ -63,7 +63,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr); - ~wxListBox(); + virtual ~wxListBox(); // implementation of wxControlWithItems virtual unsigned int GetCount() const;