Corrected type of method _nonAutoreleasedTypingAttributes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17597 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-09-01 18:16:11 +00:00
parent 374c449730
commit 8fa906a7a2

View file

@ -443,7 +443,7 @@ typedef enum _NSControlSize {
// //
@interface NSCell (PrivateMethods) @interface NSCell (PrivateMethods)
- (NSMutableDictionary*) _nonAutoreleasedTypingAttributes; - (NSDictionary*) _nonAutoreleasedTypingAttributes;
- (NSColor*) textColor; - (NSColor*) textColor;
- (NSSize) _sizeText: (NSString*) title; - (NSSize) _sizeText: (NSString*) title;
- (void) _drawText: (NSString*)aString inFrame: (NSRect)cellFrame; - (void) _drawText: (NSString*)aString inFrame: (NSRect)cellFrame;