mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Fix GSGuiBundle() prototype.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f9cb4a03f
commit
2ff4e81dcc
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-26 15:00 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSGuiPrivate.h: Fix GSGuiBundle() prototype.
|
||||
|
||||
2003-11-26 14:47 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/AppKit/NSApplication.h: Add -_windowWillDealloc:.
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
* Should be only used inside the gnustep-gui library. Implemented
|
||||
* in Source/NSApplication.m
|
||||
*/
|
||||
NSBundle *GSGuiBundle ();
|
||||
NSBundle *GSGuiBundle (void);
|
||||
|
||||
/*
|
||||
* Localize a message of the gnustep-gui library.
|
||||
|
@ -71,5 +71,3 @@ static inline NSString *GSGuiLocalizedString (NSString *key, NSString *comment)
|
|||
|
||||
#endif /* _GNUstep_H_GSGuiPrivate */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue