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:
Andrew McCallum 1995-03-12 16:44:49 +00:00
parent 49a66374d7
commit 961b27d634
20 changed files with 22 additions and 26 deletions

View file

@ -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;