]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wrong arguments to Draw
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Aug 2003 15:48:45 +0000 (15:48 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Aug 2003 15:48:45 +0000 (15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/m_layout.cpp
src/html/m_links.cpp

index 46822c121a93a6dc75367cf9df42ff4fed6605ad..aa9ea66ee1f6199cbf415a10722173a469d82741 100644 (file)
@@ -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)
index c9881a1e5876c0d537aa2df62fcf5cb153ed16e8..4abb17295311458b99dd87fc1a9bf56fe6f62b29 100644 (file)
@@ -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
     {