[vlc-commits] commit: macosx vout: fixed minor warning ( Felix Paul Kühne )
    git at videolan.org 
    git at videolan.org
       
    Fri Oct 22 02:33:31 CEST 2010
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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]];
 }
    
    
More information about the vlc-commits
mailing list