X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3db7220e05a2197d27adf72ce5e52a037fe49670..ef7823016897c0c04c88019e14f48837764e50be:/include/wx/gtk1/msgdlg.h?ds=sidebyside diff --git a/include/wx/gtk1/msgdlg.h b/include/wx/gtk1/msgdlg.h index 1f142a6dce..31bbf814cf 100644 --- a/include/wx/gtk1/msgdlg.h +++ b/include/wx/gtk1/msgdlg.h @@ -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; };