X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233f573883834b6c86ad5a9d72fdb6a260f74f81..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/osx/treectrl.h diff --git a/include/wx/osx/treectrl.h b/include/wx/osx/treectrl.h index 38844c7b65..acf069cb5f 100644 --- a/include/wx/osx/treectrl.h +++ b/include/wx/osx/treectrl.h @@ -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;