mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed typo for NeXT runtime of last mod.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
79462200b5
commit
4de07c1156
1 changed files with 2 additions and 2 deletions
|
@ -662,8 +662,8 @@ static void
|
|||
flush_method_cache_for_class (Class class)
|
||||
{
|
||||
#if NeXT_RUNTIME
|
||||
void _objc_flush_caches (Class cls);
|
||||
_objc_flush_caches (cls);
|
||||
void _objc_flush_caches (Class);
|
||||
_objc_flush_caches (class);
|
||||
#else
|
||||
void __objc_update_dispatch_table_for_class (Class);
|
||||
__objc_update_dispatch_table_for_class (class);
|
||||
|
|
Loading…
Reference in a new issue