OSDN Git Service

SimpleHTMLEditor:各エリアのサイズ変更に対応。ターゲットを10.6に変更。
[chnosproject/CHNOSProject.git] / CHNOSProject / SimpleHTMLEditor / SimpleHTMLEditor / AppDelegate.h
index 0d894a8..2ef459e 100644 (file)
@@ -9,7 +9,7 @@
 #import <Cocoa/Cocoa.h>
 #import <WebKit/WebKit.h>
 
-@interface AppDelegate : NSObject <NSApplicationDelegate>
+@interface AppDelegate : NSObject <NSApplicationDelegate, NSWindowDelegate>
 {
     IBOutlet NSWindow *mainWindow;
     IBOutlet NSTextField *addressBar;