summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-18 10:30:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-18 10:30:15 +0000
commit4166de18ec814d174817c8e379bfdc761c5195f0 (patch)
tree40c71a2c2a93927498a6cee676e420c1d0796032 /libvo/vo_macosx.h
parent1f6ab04e67fdc99562f23a3508fcec924d331b1c (diff)
downloadmpv-4166de18ec814d174817c8e379bfdc761c5195f0.tar.bz2
mpv-4166de18ec814d174817c8e379bfdc761c5195f0.tar.xz
Functions that do not return a value must be void
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24096 b3059339-0415-0410-9bf9-f77b7e298cf2
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;