mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:50:55 +00:00
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:
parent
f12cbd23c0
commit
aafb1832d8
2 changed files with 2 additions and 2 deletions
|
@ -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/NSTableView.h:
|
||||||
* Header/AppKit/NSSavePanel.h:
|
* Header/AppKit/NSSavePanel.h:
|
||||||
|
|
|
@ -277,7 +277,7 @@ enum {
|
||||||
|
|
||||||
/* sorting */
|
/* sorting */
|
||||||
- (void) setSortDescriptors: (NSArray *)array;
|
- (void) setSortDescriptors: (NSArray *)array;
|
||||||
- (NSArray *)sortDescriptors;
|
- (NSArray *) sortDescriptors;
|
||||||
|
|
||||||
@end /* interface of NSTableView */
|
@end /* interface of NSTableView */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue