X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233f573883834b6c86ad5a9d72fdb6a260f74f81..94734b4e51431d4d4d5bccaf011b28e82515091e:/include/wx/osx/treectrl.h?ds=inline 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;