mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -30,7 +30,7 @@
|
|||
#include <objects/stdobjects.h>
|
||||
#include <objects/RandomGenerating.h>
|
||||
|
||||
@interface RNGAdditiveCongruential : Object <RandomGenerating>
|
||||
@interface RNGAdditiveCongruential : NSObject <RandomGenerating>
|
||||
{
|
||||
long *table;
|
||||
int table_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue