mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-21 02:29:06 +00:00
add braces around @interface declaration to compile with clang
This commit is contained in:
parent
14339fb01f
commit
bb627f28fe
@ -30,9 +30,12 @@
|
|||||||
#include <Cocoa/Cocoa.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
#include "VMSettingsController.h"
|
#include "VMSettingsController.h"
|
||||||
|
|
||||||
|
|
||||||
@interface SheepShaverMain : NSObject
|
@interface SheepShaverMain : NSObject
|
||||||
|
{
|
||||||
NSArray *nibObjects;
|
NSArray *nibObjects;
|
||||||
NSWindow *prefsWindow;
|
NSWindow *prefsWindow;
|
||||||
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation SheepShaverMain
|
@implementation SheepShaverMain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user