mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15493 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7866246713
commit
12f583c06a
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ static IMP wRelImp;
|
|||
static IMP wRetImp;
|
||||
|
||||
static void
|
||||
wRelease(NSMapTable* t, const void* w)
|
||||
wRelease(NSMapTable* t, void* w)
|
||||
{
|
||||
(*wRelImp)((id)w, wRelSel);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue