]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Added wxFopen to the MSLU code.
[wxWidgets.git] / include / wx / generic / treectlg.h
index 10132ad0e837f3961f714ffe2436a49918f75610..6bd96cf472186e3846346c3a60f61077e57974a8 100644 (file)
@@ -207,10 +207,9 @@ public:
 
 #if WXWIN_COMPATIBILITY_2_2
         // deprecated:  Use GetItemParent instead.
-    wxTreeItemId GetParent(const wxTreeItemId& item) const
-        { return GetItemParent( item ); }
+    wxDEPRECATED( wxTreeItemId GetParent(const wxTreeItemId& item) const);
 
-        // Expose the base class method hidden by the one above.
+        // Expose the base class method hidden by the one above. Not deprecatable.
     wxWindow *GetParent() const { return wxScrolledWindow::GetParent(); }
 #endif  // WXWIN_COMPATIBILITY_2_2