From bd4f1bcf9692687b48e0bc48fac8bd2e8d0aa4b1 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Tue, 3 Nov 2015 21:58:15 +0000 Subject: [PATCH] fixup method name git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@39137 72102866-910b-0410-8b05-ffd578937521 --- SQLClientPool.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLClientPool.m b/SQLClientPool.m index d7643ea..f01cf05 100644 --- a/SQLClientPool.m +++ b/SQLClientPool.m @@ -861,7 +861,7 @@ - (BOOL) swallowClient: (SQLClient*)client { - return [self _swallowClient: client withRetain: YES]; + return [self _swallowClient: client explicit: YES]; } - (void) setClientName: (NSString*)s