- const wxString& message,
- const wxString& caption = wxMessageBoxCaptionStr,
- long style = wxOK | wxCENTRE,
- const wxPoint& pos = wxDefaultPosition);
-
- int ShowModal();
-
+ const wxString& message,
+ const wxString& caption = wxMessageBoxCaptionStr,
+ long style = wxOK | wxCENTRE,
+ const wxPoint& WXUNUSED(pos) = wxDefaultPosition)
+ : wxMessageDialogBase(parent, message, caption, style)
+ {
+ }
+
+ virtual int ShowModal();
+