One more correction of typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18753 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-03-02 22:23:08 +00:00
parent f12cbd23c0
commit aafb1832d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
2004-02-29 Fred Kiefer <FredKiefer@gmx.de>
2004-03-01 Fred Kiefer <FredKiefer@gmx.de>
* Header/AppKit/NSTableView.h:
* Header/AppKit/NSSavePanel.h:

View file

@ -277,7 +277,7 @@ enum {
/* sorting */
- (void) setSortDescriptors: (NSArray *)array;
- (NSArray *)sortDescriptors;
- (NSArray *) sortDescriptors;
@end /* interface of NSTableView */