mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Use formal delegate protocols
This commit is contained in:
parent
bc6d39862e
commit
01e107666c
|
@ -10,7 +10,7 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface VLPDFWindow : NSWindowController {
|
||||
@interface VLPDFWindow : NSWindowController <NSToolbarDelegate> {
|
||||
IBOutlet id pdfView;
|
||||
IBOutlet id prevPageItem;
|
||||
IBOutlet id nextPageItem;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface VLSheetWindow : NSWindowController {
|
||||
@interface VLSheetWindow : NSWindowController <NSToolbarDelegate> {
|
||||
VLEditable * editTarget;
|
||||
|
||||
IBOutlet id outputToolItem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user