From a2b1a1e991e6f641a1688453766ec8792b05b9b1 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 28 Aug 2011 20:46:45 +0200 Subject: [PATCH] Properly set type to silence warning --- Sources/VLMirrorWindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/VLMirrorWindow.h b/Sources/VLMirrorWindow.h index 5fc4c18..cdcb719 100644 --- a/Sources/VLMirrorWindow.h +++ b/Sources/VLMirrorWindow.h @@ -9,10 +9,11 @@ // #import +#import @interface VLMirrorWindow : NSWindowController { - IBOutlet id mirrorComposition; + IBOutlet QCView * mirrorComposition; } @end