vlc | branch: master | Felix Paul Kühne <[email protected]> | Thu Oct 21 22:13:00 2010 +0200| [ce1ee91a2cd8c1541d393d766fc15fdc04086703] | committer: Felix Paul Kühne
macosx vout: fixed minor warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce1ee91a2cd8c1541d393d766fc15fdc04086703 --- modules/video_output/macosx.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m index 5bacb08..6d6fead 100644 --- a/modules/video_output/macosx.m +++ b/modules/video_output/macosx.m @@ -400,7 +400,7 @@ static void OpenglSwap(vout_opengl_t *gl) /** * Gets called by the Open() method. */ -- setFrameWithValue:(NSValue *)value +- (void)setFrameWithValue:(NSValue *)value { [self setFrame:[value rectValue]]; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
