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