Correction to the documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20277 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-11-02 05:07:10 +00:00
parent 6f84ed7fb7
commit d1c01b2150

View file

@ -657,10 +657,10 @@ Add an implementation of the action ``closeWindow:'' to WinController and also a
@}
- (void) dealloc
{
@{
[super dealloc];
RELEASE(window);
}
@}
@@end