X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/285f58ab666d956bdbede9fce33f29113640caa2..61d457caae3e33efe8e0953f79c4a94e366b22d7:/src/html/m_list.cpp diff --git a/src/html/m_list.cpp b/src/html/m_list.cpp index bb6b0299a4..85ea4b35c5 100644 --- a/src/html/m_list.cpp +++ b/src/html/m_list.cpp @@ -45,6 +45,8 @@ class wxHtmlListmarkCell : public wxHtmlCell wxHtmlListmarkCell(wxDC *dc, const wxColour& clr); void Draw(wxDC& dc, int x, int y, int view_y1, int view_y2, wxHtmlRenderingInfo& info); + + DECLARE_NO_COPY_CLASS(wxHtmlListmarkCell) }; wxHtmlListmarkCell::wxHtmlListmarkCell(wxDC* dc, const wxColour& clr) : wxHtmlCell(), m_Brush(clr, wxSOLID)