diff --git a/Source/NSButtonCell.m b/Source/NSButtonCell.m index bc8d549db..5a1577040 100644 --- a/Source/NSButtonCell.m +++ b/Source/NSButtonCell.m @@ -680,6 +680,9 @@ } } +// +// NSCopying protocol +// - (id) copyWithZone: (NSZone*)zone { NSButtonCell *c = [super copyWithZone: zone];