mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-05 22:25:32 +00:00
add braces around @interface declaration to compile with clang
This commit is contained in:
@@ -30,9 +30,12 @@
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include "VMSettingsController.h"
|
||||
|
||||
|
||||
@interface SheepShaverMain : NSObject
|
||||
{
|
||||
NSArray *nibObjects;
|
||||
NSWindow *prefsWindow;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation SheepShaverMain
|
||||
|
Reference in New Issue
Block a user