Commit de9a7b4f authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout_macosx: fixed typo

parent 4b2e143f
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
@interface NSView (IntroducedInLion) @interface NSView (IntroducedInLion)
- (NSRect)convertRectToBacking:(NSRect)aRect; - (NSRect)convertRectToBacking:(NSRect)aRect;
- (void)setWantsBestResolutionOpenGLSurface:(BOOL)aBool; - (void)setWantsBestResolutionOpenGLSurface:(BOOL)aBool;
@endif @end
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment