fixed wrong arguments to Draw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
|||||||
void Draw(wxDC& WXUNUSED(dc),
|
void Draw(wxDC& WXUNUSED(dc),
|
||||||
int WXUNUSED(x), int WXUNUSED(y),
|
int WXUNUSED(x), int WXUNUSED(y),
|
||||||
int WXUNUSED(view_y1), int WXUNUSED(view_y2),
|
int WXUNUSED(view_y1), int WXUNUSED(view_y2),
|
||||||
wxHtmlRenderingState& WXUNUSED(state)) {}
|
wxHtmlRenderingInfo& WXUNUSED(info)) {}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_NO_COPY_CLASS(wxHtmlPageBreakCell)
|
DECLARE_NO_COPY_CLASS(wxHtmlPageBreakCell)
|
||||||
|
@@ -41,7 +41,7 @@ public:
|
|||||||
void Draw(wxDC& WXUNUSED(dc),
|
void Draw(wxDC& WXUNUSED(dc),
|
||||||
int WXUNUSED(x), int WXUNUSED(y),
|
int WXUNUSED(x), int WXUNUSED(y),
|
||||||
int WXUNUSED(view_y1), int WXUNUSED(view_y2),
|
int WXUNUSED(view_y1), int WXUNUSED(view_y2),
|
||||||
wxHtmlRenderingState& WXUNUSED(state)) {}
|
wxHtmlRenderingInfo& WXUNUSED(info)) {}
|
||||||
|
|
||||||
virtual const wxHtmlCell* Find(int condition, const void* param) const
|
virtual const wxHtmlCell* Find(int condition, const void* param) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user