Make category unique

This commit is contained in:
Gregory John Casamento 2020-05-05 15:35:35 -04:00
parent 482b78d1ea
commit 9dd7b6d56d

View file

@ -35,7 +35,7 @@
static NSNotificationCenter *nc = nil;
@interface NSPathCell (Private)
@interface NSPathCell (PathControlPrivate)
- (void) _setClickedPathComponentCell: (NSPathComponentCell *)c;
@end
@ -440,7 +440,7 @@ static NSNotificationCenter *nc = nil;
}
@end
@implementation NSPathCell (Private)
@implementation NSPathCell (PathControlPrivate)
- (void) _setClickedPathComponentCell: (NSPathComponentCell *)c
{