]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/print.h
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter...
[wxWidgets.git] / interface / wx / print.h
index c8c6e68ed2cf1597b0b8c53806eb41d080a42e8f..53ce4e2f3eb356d8bb692a5bb62d10aeb2a72878 100644 (file)
@@ -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.