X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/408776d0347b651ab4b00c2d613f8e51b1985a91..f1ddb476b1d90a1e24f904eb74462f5dc5165442:/interface/wx/print.h?ds=inline 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.