]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
fixed wxSTC compilation with MSVC
[wxWidgets.git] / src / html / htmlpars.cpp
index 3a409efb3bd1fef50d9fd751f3c6487c5fd510ae..ae2ccef9a74461299a3e005cc213ffdc0424e95c 100644 (file)
@@ -859,9 +859,14 @@ wxFSFile *wxHtmlParser::OpenURL(wxHtmlURLType WXUNUSED(type),
 class wxMetaTagParser : public wxHtmlParser
 {
 public:
+    wxMetaTagParser() { }
+
     wxObject* GetProduct() { return NULL; }
+
 protected:
     virtual void AddText(const wxChar* WXUNUSED(txt)) {}
+
+    DECLARE_NO_COPY_CLASS(wxMetaTagParser)
 };
 
 class wxMetaTagHandler : public wxHtmlTagHandler
@@ -873,6 +878,8 @@ public:
 
 private:
     wxString *m_retval;
+
+    DECLARE_NO_COPY_CLASS(wxMetaTagHandler)
 };
 
 bool wxMetaTagHandler::HandleTag(const wxHtmlTag& tag)