]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richmsgdlg.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / richmsgdlg.h
index a69022132a4200e564d5207dd5047f5ad57c2d53..c80462f3e682c964275baaa251f8611a4ffdc516 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        wx/richmsgdlg.h
 // Purpose:     interface of wxRichMessageDialog
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -67,8 +66,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.