summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index 0eb8bc0cc0..2a6365cfe4 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -51,8 +51,8 @@
- (BOOL) resignFirstResponder;
//window & rendering
-- (id) preinit;
-- (id) config;
+- (void) preinit;
+- (void) config;
- (void) prepareOpenGL;
- (void) render;
- (void) reshape;