X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b19b28c8fca9815949753ed0c68097efe8943b18..94734b4e51431d4d4d5bccaf011b28e82515091e:/include/wx/osx/treectrl.h diff --git a/include/wx/osx/treectrl.h b/include/wx/osx/treectrl.h index 626471f77d..acf069cb5f 100644 --- a/include/wx/osx/treectrl.h +++ b/include/wx/osx/treectrl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/treectrl.h +// Name: wx/osx/treectrl.h // Purpose: wxTreeCtrl class // Author: Stefan Csomor // Modified by: @@ -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;