]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
SetTextColour is gone
[wxWidgets.git] / include / wx / html / htmlwin.h
index c79131c587b1ac73c9aa57bdbc858608438449c2..f8338ab280bfaea6d8a6c419cbc5613bbec9d453 100644 (file)
@@ -249,7 +249,7 @@ public:
         Init();
         Create(parent, id, pos, size, style, name);
     }
-    ~wxHtmlWindow();
+    virtual ~wxHtmlWindow();
 
     bool Create(wxWindow *parent, wxWindowID id = wxID_ANY,
                 const wxPoint& pos = wxDefaultPosition,
@@ -488,8 +488,6 @@ protected:
     // defaults to 10 pixels.
     int m_Borders;
 
-    int m_Style;
-
     // current text selection or NULL
     wxHtmlSelection *m_selection;