]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
even more wxDateTime work (completely broken for now, but support for the
[wxWidgets.git] / include / wx / html / htmprint.h
index 362bb5a9a560777f844104af8299b79854cc40bd..e7d6dc59e81de018bc7796ff531d3c29cb9bb006 100644 (file)
@@ -138,7 +138,7 @@ class WXDLLEXPORT wxHtmlPrintout : public wxPrintout
         bool OnPrintPage(int page);
         bool HasPage(int page);
         void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo);
-        void OnBeginPrinting();
+        bool OnBeginDocument(int startPage, int endPage);
         
     private: