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

macosx vout: fixed minor warning

parent a65ff719
...@@ -400,7 +400,7 @@ static void OpenglSwap(vout_opengl_t *gl) ...@@ -400,7 +400,7 @@ static void OpenglSwap(vout_opengl_t *gl)
/** /**
* Gets called by the Open() method. * Gets called by the Open() method.
*/ */
- setFrameWithValue:(NSValue *)value - (void)setFrameWithValue:(NSValue *)value
{ {
[self setFrame:[value rectValue]]; [self setFrame:[value rectValue]];
} }
......
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