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:
Richard Frith-MacDonald 2010-02-25 09:24:40 +00:00
parent 9765991e86
commit f6f61cb578
3 changed files with 8 additions and 1 deletions

View file

@ -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.
*/