]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/treectrl.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / osx / treectrl.h
index 38844c7b65f3cbc9340fb6968b7c803ed7276199..acf069cb5f63fb9f5c60140301ce2f1968ff0039 100644 (file)
@@ -225,7 +225,7 @@ public:
     bool SortChildren(long item);
     bool EnsureVisible(long item);
 
-    void Command(wxCommandEvent& event) { ProcessCommand(event); };
+    void Command(wxCommandEvent& event) { ProcessCommand(event); }
 
 protected:
     wxTextCtrl*  m_textCtrl;