X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b73e73f912a51b8be582b8bc987bb47fb5fc543a..75aa19469b8b31ae58d6e8956b0e4c7200e30578:/include/wx/gtk/msgdlg.h?ds=sidebyside diff --git a/include/wx/gtk/msgdlg.h b/include/wx/gtk/msgdlg.h index dbbcf9eb93..58f2403194 100644 --- a/include/wx/gtk/msgdlg.h +++ b/include/wx/gtk/msgdlg.h @@ -27,7 +27,7 @@ public: const wxString& caption = wxMessageBoxCaptionStr, long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition); - ~wxMessageDialog(); + virtual ~wxMessageDialog(); int ShowModal(); virtual bool Show( bool WXUNUSED(show) = true ) { return false; };