]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdata.cpp
Various compilation fixes.
[wxWidgets.git] / src / html / helpdata.cpp
index 83aaac88819a70a9558c89d85013c3b5989e7580..506fc99d8fe6b6f0620c94cda83f03f9832552f3 100644 (file)
@@ -127,7 +127,7 @@ public:
 protected:
     virtual void AddText(const wxString& WXUNUSED(txt)) {}
 
 protected:
     virtual void AddText(const wxString& WXUNUSED(txt)) {}
 
-    DECLARE_NO_COPY_CLASS(HP_Parser)
+    wxDECLARE_NO_COPY_CLASS(HP_Parser);
 };
 
 
 };
 
 
@@ -170,7 +170,7 @@ class HP_TagHandler : public wxHtmlTagHandler
             m_parentItem = NULL;
         }
 
             m_parentItem = NULL;
         }
 
-    DECLARE_NO_COPY_CLASS(HP_TagHandler)
+    wxDECLARE_NO_COPY_CLASS(HP_TagHandler);
 };
 
 
 };