# HG changeset patch # User reimar # Date 1347391521 0 # Node ID 3702a2b88d126c8895e4035cf94403b56e13dccb # Parent e91f5bd3214df0c733d7e0c2edba2995b19d4435 Fix compiler warning by specifying that our class implements NSWindowDelegate. diff -r e91f5bd3214d -r 3702a2b88d12 libvo/vo_corevideo.h --- a/libvo/vo_corevideo.h Tue Sep 11 19:22:18 2012 +0000 +++ b/libvo/vo_corevideo.h Tue Sep 11 19:25:21 2012 +0000 @@ -39,7 +39,7 @@ - (void) ontop; @end -@interface MPlayerOpenGLView : NSOpenGLView +@interface MPlayerOpenGLView : NSOpenGLView { //Cocoa NSWindow *window;