mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fixed NSObject +conformsToProtocol: for protocol implemented in categoreis
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22a1a902af
commit
803a956a7a
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Tue Dec 18 18:02:07 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSObject.m ([+conformsToProtocol:]): Fixed - it was
|
||||
checking that the metaclass conforms to the protocol rather than
|
||||
the class, which was causing it to fail for protocols implemented
|
||||
in categories.
|
||||
|
||||
2001-12-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
Many source files modified to contain date, version, and title info.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue