]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/print.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / print.h
index 7d9c05ce3253c720c6cf9dbb9551ef7789904a0e..53ce4e2f3eb356d8bb692a5bb62d10aeb2a72878 100644 (file)
@@ -145,7 +145,7 @@ public:
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = wxDEFAULT_FRAME_STYLE,
-                   const wxString& name = "frame");
+                   const wxString& name = wxFrameNameStr);
 
     /**
         Destructor.
@@ -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.