]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/combobox.h
removed duplicate MSW-specific options, they're now all between special start/end...
[wxWidgets.git] / include / wx / motif / combobox.h
index fcdf4094f9e5df51579f4525430b02887bf0d705..e47a4e8b64698475479d6b8e55454d8e2507eb9d 100644 (file)
@@ -21,7 +21,7 @@ class WXDLLEXPORT wxComboBox: public wxChoice
 
 public:
     wxComboBox() { m_inSetSelection = false; }
-    ~wxComboBox();
+    virtual ~wxComboBox();
 
     inline wxComboBox(wxWindow *parent, wxWindowID id,
         const wxString& value = wxEmptyString,