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:
alexm 2003-11-26 14:01:54 +00:00
parent 8fd592427f
commit 6bd77a3d50
2 changed files with 5 additions and 3 deletions

View file

@ -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> 2003-11-26 14:47 Alexander Malmberg <alexander@malmberg.org>
* Headers/AppKit/NSApplication.h: Add -_windowWillDealloc:. * Headers/AppKit/NSApplication.h: Add -_windowWillDealloc:.

View file

@ -36,7 +36,7 @@
* Should be only used inside the gnustep-gui library. Implemented * Should be only used inside the gnustep-gui library. Implemented
* in Source/NSApplication.m * in Source/NSApplication.m
*/ */
NSBundle *GSGuiBundle (); NSBundle *GSGuiBundle (void);
/* /*
* Localize a message of the gnustep-gui library. * Localize a message of the gnustep-gui library.
@ -71,5 +71,3 @@ static inline NSString *GSGuiLocalizedString (NSString *key, NSString *comment)
#endif /* _GNUstep_H_GSGuiPrivate */ #endif /* _GNUstep_H_GSGuiPrivate */