X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4311588bfe40e15dc83154b9653ebc432b42baeb..0bf14ab8b14d3a999fe1159d2bec33740e066a53:/include/wx/docview.h?ds=sidebyside diff --git a/include/wx/docview.h b/include/wx/docview.h index bf9a54d357..f921f9b504 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -478,6 +478,12 @@ public: #endif // WXWIN_COMPATIBILITY_2_6 protected: +#if wxUSE_PRINTING_ARCHITECTURE + virtual wxPreviewFrame* CreatePreviewFrame(wxPrintPreviewBase* preview, + wxWindow *parent, + const wxString& title); +#endif // wxUSE_PRINTING_ARCHITECTURE + // hook the currently active view into event handlers chain here virtual bool TryBefore(wxEvent& event);