From 4162fe03c487c3867abcfcb755144a5ad678e9c3 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Fri, 27 Sep 2013 11:06:14 +0300 Subject: Added const --- include/xine/alphablend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xine') diff --git a/include/xine/alphablend.h b/include/xine/alphablend.h index 6df5ad809..f4aeb442f 100644 --- a/include/xine/alphablend.h +++ b/include/xine/alphablend.h @@ -106,7 +106,7 @@ void _x_dispose_xx44_palette(xx44_palette_t *p) XINE_PROTECTED; void _x_xx44_to_xvmc_palette(const xx44_palette_t *p,unsigned char *xvmc_palette, unsigned first_xx44_entry, unsigned num_xx44_entries, - unsigned num_xvmc_components, char *xvmc_components) XINE_PROTECTED; + unsigned num_xvmc_components, const char *xvmc_components) XINE_PROTECTED; #endif -- cgit v1.2.3