mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:11:00 +00:00
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:
parent
374c449730
commit
8fa906a7a2
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ typedef enum _NSControlSize {
|
|||
//
|
||||
@interface NSCell (PrivateMethods)
|
||||
|
||||
- (NSMutableDictionary*) _nonAutoreleasedTypingAttributes;
|
||||
- (NSDictionary*) _nonAutoreleasedTypingAttributes;
|
||||
- (NSColor*) textColor;
|
||||
- (NSSize) _sizeText: (NSString*) title;
|
||||
- (void) _drawText: (NSString*)aString inFrame: (NSRect)cellFrame;
|
||||
|
|
Loading…
Reference in a new issue