Use formal delegate protocols

This commit is contained in:
Matthias Neeracher 2011-07-24 03:31:17 +00:00
parent bc6d39862e
commit 01e107666c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#import <Cocoa/Cocoa.h>
@interface VLPDFWindow : NSWindowController {
@interface VLPDFWindow : NSWindowController <NSToolbarDelegate> {
IBOutlet id pdfView;
IBOutlet id prevPageItem;
IBOutlet id nextPageItem;

View File

@ -24,7 +24,7 @@
@end
@interface VLSheetWindow : NSWindowController {
@interface VLSheetWindow : NSWindowController <NSToolbarDelegate> {
VLEditable * editTarget;
IBOutlet id outputToolItem;