ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Controller.mm
(Generate patch)

Comparing BasiliskII/src/MacOSX/Controller.mm (file contents):
Revision 1.4 by nigel, 2002-05-30T12:50:21Z vs.
Revision 1.5 by nigel, 2002-12-18T11:50:12Z

# Line 42 | Line 42
42   - (id) init
43   {
44   #ifdef ENABLE_MULTIPLE
45 <        emulators  = [[NSMutableArray alloc] init];
45 >        emulators  = [NSMutableArray new];
46   #endif
47          return [super init];
48   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines