mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Properly set type to silence warning
This commit is contained in:
parent
144a19d229
commit
a2b1a1e991
|
@ -9,10 +9,11 @@
|
|||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Quartz/Quartz.h>
|
||||
|
||||
|
||||
@interface VLMirrorWindow : NSWindowController {
|
||||
IBOutlet id mirrorComposition;
|
||||
IBOutlet QCView * mirrorComposition;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue
Block a user