mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Make category unique
This commit is contained in:
parent
482b78d1ea
commit
9dd7b6d56d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue