diff --git a/Sources/VLAppController.h b/Sources/VLAppController.h index 29a65b7..693d4ad 100644 --- a/Sources/VLAppController.h +++ b/Sources/VLAppController.h @@ -11,9 +11,9 @@ #import @interface VLAppController : NSObject { - IBOutlet id lilypondPath; + IBOutlet NSPopUpButton * lilypondPath; IBOutlet id mirrorWin; - IBOutlet id debugMenu; + IBOutlet NSMenu * debugMenu; NSString * toolPath; NSString * appPath;