From 423250f8cd57a16c43ffe3e77250488cc8944346 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Fri, 24 Nov 2017 06:00:57 +0100 Subject: [PATCH] Add outlet types --- Sources/VLAppController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;