]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/prntbase.cpp
Commited latest SciTech changes into CVS. This includes updates to the
[wxWidgets.git] / src / common / prntbase.cpp
index a233f0f2067fb129ed0865a580b52c9778187af9..bbbcefc57dc87ceced9fcc4bdfaaa47b5a3cb417 100644 (file)
@@ -115,7 +115,7 @@ wxWindow *wxPrinterBase::CreateAbortWindow(wxWindow *parent, wxPrintout *WXUNUSE
     return dialog;
 }
 
-void wxPrinterBase::ReportError(wxWindow *parent, wxPrintout *WXUNUSED(printout), char *message)
+void wxPrinterBase::ReportError(wxWindow *parent, wxPrintout *WXUNUSED(printout), const wxString& message)
 {
     wxMessageBox(message, _("Printing Error"), wxOK, parent);
 }