Add outlet types

This commit is contained in:
Matthias Neeracher 2017-11-24 06:00:57 +01:00
parent a315f7b322
commit 423250f8cd

View File

@ -11,9 +11,9 @@
#import <Cocoa/Cocoa.h>
@interface VLAppController : NSObject {
IBOutlet id lilypondPath;
IBOutlet NSPopUpButton * lilypondPath;
IBOutlet id mirrorWin;
IBOutlet id debugMenu;
IBOutlet NSMenu * debugMenu;
NSString * toolPath;
NSString * appPath;