mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-22 19:31:36 +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
e0f0b6690e
commit
442245676c
1 changed files with 2 additions and 2 deletions
|
@ -389,13 +389,13 @@ static Class rClass = 0;
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString*) keyAtIndex: (unsigned int)pos
|
- (NSString*) keyAtIndex: (unsigned)index
|
||||||
{
|
{
|
||||||
SUBCLASS_RESPONSIBILITY
|
SUBCLASS_RESPONSIBILITY
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id) objectAtIndex: (unsigned int)pos
|
- (id) objectAtIndex: (unsigned)index
|
||||||
{
|
{
|
||||||
SUBCLASS_RESPONSIBILITY
|
SUBCLASS_RESPONSIBILITY
|
||||||
return nil;
|
return nil;
|
||||||
|
|
Loading…
Reference in a new issue