X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..578dc95029e761a59911b7c1bc09f59384d64ddf:/src/html/m_tables.cpp diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index 07aa795bac..aa2292aa2b 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -125,6 +125,8 @@ private: // Computes minimal and maximal widths of columns. Needs to be called // only once, before first Layout(). void ComputeMinMaxWidths(); + + DECLARE_NO_COPY_CLASS(wxHtmlTableCell) };