mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-15 16:11:42 +00:00
fixup method name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@39137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42839ca9f1
commit
bd4f1bcf96
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@
|
|||
|
||||
- (BOOL) swallowClient: (SQLClient*)client
|
||||
{
|
||||
return [self _swallowClient: client withRetain: YES];
|
||||
return [self _swallowClient: client explicit: YES];
|
||||
}
|
||||
|
||||
- (void) setClientName: (NSString*)s
|
||||
|
|
Loading…
Reference in a new issue