mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Avoid warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29735 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9765991e86
commit
f6f61cb578
3 changed files with 8 additions and 1 deletions
|
@ -68,7 +68,7 @@ void __objc_update_dispatch_table_for_class(Class);
|
|||
* Private runtime function for determining whether a class responds to a
|
||||
* selector.
|
||||
*/
|
||||
BOOL __objc_responds_to(Class, SEL);
|
||||
BOOL __objc_responds_to(id, SEL);
|
||||
/**
|
||||
* Runtime library constant for uninitialized dispatch table.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue