]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlcell.h
expat define MACOS_CLASSIC added
[wxWidgets.git] / include / wx / html / htmlcell.h
index 61e748c14d015cf54d40954edf7650b9b5d722ce..06a553cf2a2ff23838ff7f2cd4da04e0072fdc58 100644 (file)
@@ -348,6 +348,8 @@ protected:
     
     wxString m_Word;
     bool     m_allowLinebreak;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlWordCell)
 };
 
 
@@ -482,6 +484,8 @@ public:
 protected:
     wxColour m_Colour;
     unsigned m_Flags;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlColourCell)
 };
 
 
@@ -503,6 +507,8 @@ public:
 
 protected:
     wxFont m_Font;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlFontCell)
 };