mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-16 14:30:34 +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 "VMSettingsController.h"
|
||||
|
||||
|
||||
@interface SheepShaverMain : NSObject
|
||||
{
|
||||
NSArray *nibObjects;
|
||||
NSWindow *prefsWindow;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation SheepShaverMain
|
||||
|
Loading…
x
Reference in New Issue
Block a user