mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
Avoid trivial warnign in documentation generation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@25501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
314416a39a
commit
ef6dc82428
1 changed files with 2 additions and 2 deletions
|
@ -389,13 +389,13 @@ static Class rClass = 0;
|
|||
return self;
|
||||
}
|
||||
|
||||
- (NSString*) keyAtIndex: (unsigned int)pos
|
||||
- (NSString*) keyAtIndex: (unsigned)index
|
||||
{
|
||||
SUBCLASS_RESPONSIBILITY
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (id) objectAtIndex: (unsigned int)pos
|
||||
- (id) objectAtIndex: (unsigned)index
|
||||
{
|
||||
SUBCLASS_RESPONSIBILITY
|
||||
return nil;
|
||||
|
|
Loading…
Reference in a new issue