mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-16 00:21:39 +00:00
update for objc2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@36095 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e84577b69
commit
a4ec0e036b
1 changed files with 3 additions and 3 deletions
|
@ -2251,11 +2251,11 @@ static unsigned int maxConnections = 8;
|
||||||
{
|
{
|
||||||
[self disconnect];
|
[self disconnect];
|
||||||
#ifdef GNUSTEP
|
#ifdef GNUSTEP
|
||||||
GSDebugAllocationRemove(self->isa, self);
|
GSDebugAllocationRemove(object_getClass(self), self);
|
||||||
#endif
|
#endif
|
||||||
self->isa = c;
|
object_setClass(self, c);
|
||||||
#ifdef GNUSTEP
|
#ifdef GNUSTEP
|
||||||
GSDebugAllocationAdd(self->isa, self);
|
GSDebugAllocationAdd(object_getClass(self), self);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue