]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/print.h
Corrected library association
[wxWidgets.git] / interface / wx / print.h
index 072ba8d84277c67bb4e253ec27077ba5e9862a2a..3e9f660dc1d9cac84ecfc2dd9b9038fe32d8f088 100644 (file)
@@ -140,10 +140,10 @@ public:
         Pass a print preview object plus other normal frame arguments.
         The print preview object will be destroyed by the frame when it closes.
     */
-    wxPreviewFrame(wxPrintPreview* preview, wxWindow* parent,
-                   const wxString& title,
+    wxPreviewFrame(wxPrintPreviewBase* preview, wxWindow* parent,
+                   const wxString& title = "Print Preview",
                    const wxPoint& pos = wxDefaultPosition,
-                   const wxSize& size size = wxDefaultSize,
+                   const wxSize& size = wxDefaultSize,
                    long style = wxDEFAULT_FRAME_STYLE,
                    const wxString& name = "frame");