mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
d596d043fc
commit
958c22dda8
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