[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] NSTabView* rewrite (patch)
From: |
Michael Hanni |
Subject: |
Re: [RFC] NSTabView* rewrite (patch) |
Date: |
Thu, 31 Jul 2003 16:30:19 -0700 (PDT) |
Hi,
--- Alexander Malmberg <alexander@malmberg.org> wrote:
> Adam Fedor wrote:
> [snip]
> >
> > This could use the base method:
> >
> > return [_items makeImmutableCopyOnFail: YES];
>
> That wouldn't work. It might make the _items instance immutable, which
> would break things when you try to add or remove items later.
Ok, I'll just return the array without modification.
Thanks,
Michael