]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Initial check in of wxApplet code to CVS
[wxWidgets.git] / include / wx / control.h
index 7b1d491309475276824f16719b4cc82f132436fe..c50fe6c033fdaa00cc94b522b932548f0b4844b1 100644 (file)
@@ -29,6 +29,9 @@
 class WXDLLEXPORT wxControlBase : public wxWindow
 {
 public:
+#ifdef __WXMAC_X__
+    virtual ~wxControlBase() {}   // Added min for Mac X
+#endif
     // simulates the event of given type (i.e. wxButton::Command() is just as
     // if the button was clicked)
     virtual void Command(wxCommandEvent &event);