diff libvo/vo_macosx.h @ 24076:7ac48ed8c394

Functions that do not return a value must be void
author reimar
date Sat, 18 Aug 2007 10:30:15 +0000
parents 8595d6dbd0ed
children 9ce03980ed0c
line wrap: on
line diff
--- a/libvo/vo_macosx.h	Sat Aug 18 10:29:31 2007 +0000
+++ b/libvo/vo_macosx.h	Sat Aug 18 10:30:15 2007 +0000
@@ -51,8 +51,8 @@
 - (BOOL) resignFirstResponder;
 
 //window & rendering
-- (id) preinit;
-- (id) config;
+- (void) preinit;
+- (void) config;
 - (void) prepareOpenGL;
 - (void) render;
 - (void) reshape;