X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b9f782ef3949f583e8ac53795d36787f044fc3..ed8b46bba32c76a5544e6043a0a6de21eda5a712:/include/wx/osx/treectrl.h?ds=sidebyside diff --git a/include/wx/osx/treectrl.h b/include/wx/osx/treectrl.h index 644e8af2b0..38844c7b65 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: @@ -215,7 +215,7 @@ public: bool DeleteAllItems(); // Edit the label (tree must have the focus) - wxTextCtrl* EditLabel(long item, wxClassInfo* textControlClass = CLASSINFO(wxTextCtrl)); + wxTextCtrl* EditLabel(long item, wxClassInfo* textControlClass = wxCLASSINFO(wxTextCtrl)); // End label editing, optionally cancelling the edit bool EndEditLabel(bool cancel);