X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ebc78ec46bdc18335664a4407e1a78346175926..8e1222c7cd2f1378f32b9e5ff56ad322916cb43b:/wxPython/src/_notebook.i diff --git a/wxPython/src/_notebook.i b/wxPython/src/_notebook.i index 39bf218ea0..e654aa9ffa 100644 --- a/wxPython/src/_notebook.i +++ b/wxPython/src/_notebook.i @@ -529,7 +529,7 @@ public: int GetPageParent(size_t pos) const; // the tree control we use for showing the pages index tree - wxTreeCtrl* GetTreeCtrl() const; + wxPyTreeCtrl* GetTreeCtrl() const; };