Added a comment to separate the implementation of the NSCopying protocol.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Lazaro Saz 1999-11-16 22:09:07 +00:00
parent 72885295f3
commit 55e90741fb

View file

@ -680,6 +680,9 @@
}
}
//
// NSCopying protocol
//
- (id) copyWithZone: (NSZone*)zone
{
NSButtonCell *c = [super copyWithZone: zone];