mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-22 05:02:00 +00:00
Changed superclass from Object to NSObject.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@84 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49a66374d7
commit
961b27d634
20 changed files with 22 additions and 26 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <objects/BinaryTree.h>
|
||||
#include <objects/Coding.h>
|
||||
|
||||
@interface BinaryTreeNode : Object <BinaryTreeComprising, Coding>
|
||||
@interface BinaryTreeNode : NSObject <BinaryTreeComprising, Coding>
|
||||
{
|
||||
id _left;
|
||||
id _right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue