changeset 35067:3702a2b88d12

Fix compiler warning by specifying that our class implements NSWindowDelegate.
author reimar
date Tue, 11 Sep 2012 19:25:21 +0000
parents e91f5bd3214d
children 93f15b7e12c0
files libvo/vo_corevideo.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<NSWindowDelegate>
 {
 	//Cocoa
 	NSWindow *window;