]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
split wxBase into wxBase and wxNet libraries
[wxWidgets.git] / src / html / m_list.cpp
index bb6b0299a46e5b729e1485761f2c9610c8b95361..85ea4b35c5aa6e98315549838c88d5de33a738b4 100644 (file)
@@ -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)