]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
undid last 2 commits, there are many more cases like this so it's better to fix this...
[wxWidgets.git] / include / wx / html / htmlwin.h
index dd22df3b2dfb51890d8857c028a8feea6384bd96..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,
@@ -409,6 +409,7 @@ protected:
     void OnCopy(wxCommandEvent& event);
     void OnMouseEnter(wxMouseEvent& event);
     void OnMouseLeave(wxMouseEvent& event);
+    void OnMouseCaptureLost(wxMouseCaptureLostEvent& event);
 #endif // wxUSE_CLIPBOARD
 
     // Returns new filter (will be stored into m_DefaultFilter variable)
@@ -487,8 +488,6 @@ protected:
     // defaults to 10 pixels.
     int m_Borders;
 
-    int m_Style;
-
     // current text selection or NULL
     wxHtmlSelection *m_selection;