mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 01:40:48 +00:00
Change return type of -initWithWindowRef: to id.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17620 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82abe19ca0
commit
f85a2e5f12
3 changed files with 7 additions and 2 deletions
|
@ -518,7 +518,7 @@ APPKIT_EXPORT NSSize NSTokenSize;
|
|||
- (NSToolbar *) toolbar;
|
||||
- (void) toggleToolbarShown: (id)sender;
|
||||
- (void) runToolbarCustomizationPalette: (id)sender;
|
||||
- (NSWindow *) initWithWindowRef: (void *)windowRef;
|
||||
- (id) initWithWindowRef: (void *)windowRef;
|
||||
- (void *)windowRef;
|
||||
- (void*) windowHandle;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue