From e351bee5a9adb1c14da8d70e948b5cdd96ea6f3c Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 11:48:56 +0000 Subject: tvi_functions_t should be const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25712 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index 7dc87c53f2..a09df2c076 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -102,7 +102,7 @@ typedef struct tvi_functions_s } tvi_functions_t; typedef struct tvi_handle_s { - tvi_functions_t *functions; + const tvi_functions_t *functions; void *priv; int seq; -- cgit v1.2.3