mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 22:22:21 +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
930476bbcf
commit
39d6364374
20 changed files with 22 additions and 26 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <objects/stdobjects.h>
|
||||
#include <objects/RandomGenerating.h>
|
||||
|
||||
@interface Random : Object
|
||||
@interface Random : NSObject
|
||||
{
|
||||
id <RandomGenerating> rng;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue