Properly set type to silence warning

This commit is contained in:
Matthias Neeracher 2011-08-28 20:46:45 +02:00
parent 144a19d229
commit a2b1a1e991

View File

@ -9,10 +9,11 @@
//
#import <Cocoa/Cocoa.h>
#import <Quartz/Quartz.h>
@interface VLMirrorWindow : NSWindowController {
IBOutlet id mirrorComposition;
IBOutlet QCView * mirrorComposition;
}
@end