]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/msgdlg.h
Avoid error message when closing message
[wxWidgets.git] / include / wx / gtk / msgdlg.h
index 1f142a6dce5cb35c10c7717293dd93dc31f1663b..31bbf814cf5ed6aa55fc277b13089b13c702a83e 100644 (file)
@@ -31,6 +31,7 @@ public:
                     const wxString& caption = wxMessageBoxCaptionStr,
                     long style = wxOK|wxCENTRE,
                     const wxPoint& pos = wxDefaultPosition);
+    ~wxMessageDialog();
 
     int ShowModal();
     virtual bool Show( bool WXUNUSED(show) = true ) { return false; };