X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/408776d0347b651ab4b00c2d613f8e51b1985a91..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/print.h?ds=sidebyside diff --git a/interface/wx/print.h b/interface/wx/print.h index c8c6e68ed2..53ce4e2f3e 100644 --- a/interface/wx/print.h +++ b/interface/wx/print.h @@ -231,8 +231,8 @@ public: Use IsOk() to check whether the wxPrintPreview object was created correctly. */ wxPrintPreview(wxPrintout* printout, - wxPrintout* printoutForPrinting, - wxPrintData* data = NULL); + wxPrintout* printoutForPrinting = NULL, + wxPrintDialogData* data = NULL); /** Destructor.