mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:57:38 +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
|
@ -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…
Add table
Add a link
Reference in a new issue