]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
Borland makefiles for contrib keeping output apart
[wxWidgets.git] / src / html / m_tables.cpp
index 07aa795bac503d8d894dfad783b288a5147daa84..aa2292aa2b0445d71dfa71972288d362dd260b5b 100644 (file)
@@ -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)
 };