mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14: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 <Cocoa/Cocoa.h>
|
||||||
|
#import <Quartz/Quartz.h>
|
||||||
|
|
||||||
|
|
||||||
@interface VLMirrorWindow : NSWindowController {
|
@interface VLMirrorWindow : NSWindowController {
|
||||||
IBOutlet id mirrorComposition;
|
IBOutlet QCView * mirrorComposition;
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user