[MPlayer-cvslog] r35161 - trunk/libvo/vo_corevideo.h
reimar
subversion at mplayerhq.hu
Tue Sep 11 21:25:21 CEST 2012
Author: reimar
Date: Tue Sep 11 21:25:21 2012
New Revision: 35161
Log:
Fix compiler warning by specifying that our class implements
NSWindowDelegate.
Modified:
trunk/libvo/vo_corevideo.h
Modified: trunk/libvo/vo_corevideo.h
==============================================================================
--- trunk/libvo/vo_corevideo.h Tue Sep 11 21:22:18 2012 (r35160)
+++ trunk/libvo/vo_corevideo.h Tue Sep 11 21:25:21 2012 (r35161)
@@ -39,7 +39,7 @@
- (void) ontop;
@end
- at interface MPlayerOpenGLView : NSOpenGLView
+ at interface MPlayerOpenGLView : NSOpenGLView<NSWindowDelegate>
{
//Cocoa
NSWindow *window;
More information about the MPlayer-cvslog
mailing list