]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
start of alpha transparency support
[wxWidgets.git] / include / wx / html / winpars.h
index 23905552f7c47cf8edb50316e3396d1fc5585313..d2dd34023017be9edae097669177ff217ddc0ac7 100644 (file)
@@ -176,6 +176,8 @@ private:
     wxString m_FontFaceFixed, m_FontFaceNormal;
             // html font sizes and faces of fixed and proportional fonts
 
+    DECLARE_NO_COPY_CLASS(wxHtmlWinParser)
+
 #if !wxUSE_UNICODE
     wxFontEncoding m_InputEnc, m_OutputEnc;
             // I/O font encodings
@@ -206,6 +208,8 @@ public:
 
 protected:
     wxHtmlWinParser *m_WParser; // same as m_Parser, but overcasted
+
+    DECLARE_NO_COPY_CLASS(wxHtmlWinTagHandler)
 };