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