mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(GSObjCAddClassBehavior): Add call to
GSFlushMethodCacheForClass after adding behavior. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bc5a26927
commit
28d280e337
2 changed files with 3 additions and 0 deletions
|
@ -1354,6 +1354,7 @@ GSObjCAddClassBehavior(Class receiver, Class behavior)
|
|||
{
|
||||
GSObjCAddClassBehavior (receiver, behavior_super_class);
|
||||
}
|
||||
GSFlushMethodCacheForClass (receiver);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue