]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/radiobox.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / mac / classic / radiobox.h
index 11fdf686adbb049b971e389d12cf8f1bb06f1a4f..0287fe792a287a6202c7e2143a7e4c3525d5a50d 100644 (file)
@@ -41,7 +41,7 @@ public:
          Create(parent, id, title, pos, size, choices,
                 majorDim, style, val, name);
      }
-    ~wxRadioBox();
+    virtual ~wxRadioBox();
     bool Create(wxWindow *parent, wxWindowID id, const wxString& title,
              const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
              int n = 0, const wxString choices[] = NULL,