]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richmsgdlg.h
Applied patch #15286: documentation and col/rowspan demo by dghart
[wxWidgets.git] / interface / wx / richmsgdlg.h
index 3ebedc6c6c2d76ad411f339ad94a64061b977886..1fb0411d5c24731286890c11a0ac9c9b84eca88b 100644 (file)
@@ -67,8 +67,7 @@ public:
     wxRichMessageDialog(wxWindow* parent,
                         const wxString& message,
                         const wxString& caption = wxMessageBoxCaptionStr,
-                        long style = wxOK | wxCENTRE,
-                        const wxPoint& pos = wxDefaultPosition);
+                        long style = wxOK | wxCENTRE);
 
     /**
         Shows a checkbox with a given label or hides it.