]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/webkit.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / html / webkit.h
index 4be2ad16a214c8d0bfce53993435659f1a7b3244..2fd45ff5dfa7e099bc6db53777a97492950e93b5 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLIMPEXP_CORE wxWebKitCtrl : public wxControl
 public:
     DECLARE_DYNAMIC_CLASS(wxWebKitCtrl)
 
-    wxWebKitCtrl() {};
+    wxWebKitCtrl() {}
     wxWebKitCtrl(wxWindow *parent,
                     wxWindowID winID,
                     const wxString& strURL,
@@ -42,7 +42,7 @@ public:
                     const wxString& name = wxWebKitCtrlNameStr)
     {
         Create(parent, winID, strURL, pos, size, style, validator, name);
-    };
+    }
     bool Create(wxWindow *parent,
                 wxWindowID winID,
                 const wxString& strURL,