]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
moved MGL initialization to earlier stage (crashes otherwise...) and implemented...
[wxWidgets.git] / include / wx / gtk / popupwin.h
index ef0b43b49ff7f7026bd265d36517ec971e1e7e84..63c17d793d944ea35a62de1b0a0ba34e12692323 100644 (file)
@@ -27,7 +27,10 @@ class wxPopupWindow: public wxPopupWindowBase
 {
 public:
     wxPopupWindow() { }
-
+#ifdef __DARWIN__
+    virtual ~wxPopupWindow() { }
+#endif
+    
     wxPopupWindow(wxWindow *parent) { (void)Create(parent); }
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);