add braces around @interface declaration to compile with clang

This commit is contained in:
asvitkine 2010-08-22 19:33:25 +00:00
parent 14339fb01f
commit bb627f28fe

View File

@ -30,9 +30,12 @@
#include <Cocoa/Cocoa.h>
#include "VMSettingsController.h"
@interface SheepShaverMain : NSObject
{
NSArray *nibObjects;
NSWindow *prefsWindow;
}
@end
@implementation SheepShaverMain