From e3ac6ee157ca7c666cea3c762276b02d0f38033e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 13 Aug 2003 15:48:45 +0000 Subject: [PATCH] fixed wrong arguments to Draw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_layout.cpp | 2 +- src/html/m_links.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html/m_layout.cpp b/src/html/m_layout.cpp index 46822c121a..aa9ea66ee1 100644 --- a/src/html/m_layout.cpp +++ b/src/html/m_layout.cpp @@ -77,7 +77,7 @@ public: void Draw(wxDC& WXUNUSED(dc), int WXUNUSED(x), int WXUNUSED(y), int WXUNUSED(view_y1), int WXUNUSED(view_y2), - wxHtmlRenderingState& WXUNUSED(state)) {} + wxHtmlRenderingInfo& WXUNUSED(info)) {} private: DECLARE_NO_COPY_CLASS(wxHtmlPageBreakCell) diff --git a/src/html/m_links.cpp b/src/html/m_links.cpp index c9881a1e58..4abb172953 100644 --- a/src/html/m_links.cpp +++ b/src/html/m_links.cpp @@ -41,7 +41,7 @@ public: void Draw(wxDC& WXUNUSED(dc), int WXUNUSED(x), int WXUNUSED(y), int WXUNUSED(view_y1), int WXUNUSED(view_y2), - wxHtmlRenderingState& WXUNUSED(state)) {} + wxHtmlRenderingInfo& WXUNUSED(info)) {} virtual const wxHtmlCell* Find(int condition, const void* param) const { -- 2.45.2