mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-22 19:31:36 +00:00
Fix error in set type
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20014 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8fe6bc40eb
commit
d549ae06e5
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ unescapeData(const unsigned char* bytes, unsigned length, unsigned char *buf)
|
|||
_substitutionLimit = 4;
|
||||
_sessions = NSCreateMapTable(NSNonOwnedPointerMapKeyCallBacks,
|
||||
NSObjectMapValueCallBacks, 0);
|
||||
_perHost = [NSMutableSet new];
|
||||
_perHost = [NSCountedSet new];
|
||||
_ticker = [NSTimer scheduledTimerWithTimeInterval: 0.8
|
||||
target: self
|
||||
selector: @selector(_timeout:)
|
||||
|
|
Loading…
Reference in a new issue