mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Add old interface back
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11918 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
70875d6164
commit
9d8c577f28
2 changed files with 12 additions and 0 deletions
|
@ -138,6 +138,13 @@ behavior_class_add_class (Class class, Class behavior)
|
|||
return;
|
||||
}
|
||||
|
||||
/* The old interface */
|
||||
void
|
||||
class_add_behavior (Class class, Class behavior)
|
||||
{
|
||||
behavior_class_add_class (class, behavior);
|
||||
}
|
||||
|
||||
#if NeXT_RUNTIME
|
||||
void
|
||||
behavior_class_add_category (Class class, struct objc_category *category)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue