X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..d66dcb6022662c03aa32f1c7ad306552f1edfdc0:/include/wx/html/htmprint.h?ds=sidebyside diff --git a/include/wx/html/htmprint.h b/include/wx/html/htmprint.h index 713d1ef895..79f3528bb9 100644 --- a/include/wx/html/htmprint.h +++ b/include/wx/html/htmprint.h @@ -74,6 +74,8 @@ private: wxFileSystem *m_FS; wxHtmlContainerCell *m_Cells; int m_MaxWidth, m_Width, m_Height; + + DECLARE_NO_COPY_CLASS(wxHtmlDCRenderer) }; @@ -155,6 +157,8 @@ private: int m_HeaderHeight, m_FooterHeight; wxHtmlDCRenderer *m_Renderer, *m_RendererHdr; float m_MarginTop, m_MarginBottom, m_MarginLeft, m_MarginRight, m_MarginSpace; + + DECLARE_NO_COPY_CLASS(wxHtmlPrintout) }; @@ -219,6 +223,8 @@ private: wxString m_Name; wxString m_Headers[2], m_Footers[2]; wxFrame *m_Frame; + + DECLARE_NO_COPY_CLASS(wxHtmlEasyPrinting) };