mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Change names from "Concrete"-style to "G"-style.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@368 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8e02b7a87
commit
145826e50f
5 changed files with 21 additions and 22 deletions
|
@ -34,7 +34,7 @@
|
|||
if (!done)
|
||||
{
|
||||
done = 1;
|
||||
class_add_behavior([NSConcreteCoder class], [Coder class]);
|
||||
class_add_behavior([NSGCoder class], [Coder class]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue