mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:10:48 +00:00
Update docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13335 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f8e8a5814
commit
a7bf31db3f
40 changed files with 3582 additions and 4300 deletions
|
@ -182,9 +182,9 @@
|
|||
// private; called during nib load.
|
||||
// we do not retain the window, since it should
|
||||
// already have a retain from the nib.
|
||||
- (void)setWindow:(NSWindow *)window
|
||||
- (void)setWindow:(NSWindow *)aWindow
|
||||
{
|
||||
_window = window;
|
||||
_window = aWindow;
|
||||
}
|
||||
|
||||
//FIXME: In the later specification this method has a different return type!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue