mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
Fix bad return value type
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@26071 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d3579c563
commit
343963a10b
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ static Class rClass = 0;
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) keyAtIndex: (unsigned int)pos
|
||||
- (NSString*) keyAtIndex: (unsigned int)pos
|
||||
{
|
||||
id *ptr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue