X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a225ba6418bfe7d5f6be6ce25aa9e9bd7b6d5c2..c4021a7920ab9f41b1553e28f1177b6e39a6d901:/include/wx/html/htmprint.h diff --git a/include/wx/html/htmprint.h b/include/wx/html/htmprint.h index ef37bb4957..aaa359e64a 100644 --- a/include/wx/html/htmprint.h +++ b/include/wx/html/htmprint.h @@ -78,7 +78,7 @@ public: // // CAUTION! Render() changes DC's user scale and does NOT restore it! int Render(int x, int y, wxArrayInt& known_pagebreaks, int from = 0, - int dont_render = FALSE, int to = INT_MAX); + int dont_render = false, int to = INT_MAX); // returns total height of the html document // (compare Render's return value with this) @@ -91,7 +91,7 @@ private: wxHtmlContainerCell *m_Cells; int m_MaxWidth, m_Width, m_Height; - DECLARE_NO_COPY_CLASS(wxHtmlDCRenderer) + wxDECLARE_NO_COPY_CLASS(wxHtmlDCRenderer); }; @@ -194,7 +194,7 @@ private: // list of HTML filters static wxList m_Filters; - DECLARE_NO_COPY_CLASS(wxHtmlPrintout) + wxDECLARE_NO_COPY_CLASS(wxHtmlPrintout); }; @@ -284,7 +284,7 @@ private: wxString m_Headers[2], m_Footers[2]; wxWindow *m_ParentWindow; - DECLARE_NO_COPY_CLASS(wxHtmlEasyPrinting) + wxDECLARE_NO_COPY_CLASS(wxHtmlEasyPrinting); };