X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..f1c75e0f93b4ec9f45827cc5a2d16ef17a675dfc:/include/wx/mac/treectrl.h?ds=sidebyside diff --git a/include/wx/mac/treectrl.h b/include/wx/mac/treectrl.h index d4b3ad029e..058b5653e5 100644 --- a/include/wx/mac/treectrl.h +++ b/include/wx/mac/treectrl.h @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: treectrl.h // Purpose: wxTreeCtrl class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_TREECTRL_H_ @@ -162,7 +162,7 @@ public: long GetNextItem(long item, int code) const; bool ItemHasChildren(long item) const; long GetChild(long item) const; - long GetParent(long item) const; + long GetItemParent(long item) const; long GetFirstVisibleItem() const; long GetNextVisibleItem(long item) const; long GetSelection() const;