]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / msw / treectrl.h
index 60abe8cbf8889317ce9174236f1b93fa1b02bf9a..31eb2469f1ea416fab87e2dde223e915c2fe0542 100644 (file)
@@ -242,10 +242,8 @@ private:
     // the common part of all ctors
     void Init();
 
-    // helper functions: DoGetItem() doesn't work for hidden virtual root item
-    // while DoGetPossiblyRootItem() does
+    // helper functions
     bool DoGetItem(wxTreeViewItem *tvItem) const;
-    bool DoGetPossiblyRootItem(wxTreeViewItem *tvItem) const;
     void DoSetItem(wxTreeViewItem *tvItem);
 
     void DoExpand(const wxTreeItemId& item, int flag);
@@ -279,7 +277,7 @@ private:
     friend class wxTreeSortHelper;
 
     DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
-    DECLARE_NO_COPY_CLASS(wxTreeCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxTreeCtrl);
 };
 
 #endif // wxUSE_TREECTRL