From db68600344d09a7e31913690c71a7bc7f2f5fe42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org> Date: Wed, 5 Sep 2007 18:46:35 +0000 Subject: [PATCH] Fix [21766] --- modules/gui/skins2/src/theme_loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/skins2/src/theme_loader.cpp b/modules/gui/skins2/src/theme_loader.cpp index 36b68763a190..2100ba900dcb 100644 --- a/modules/gui/skins2/src/theme_loader.cpp +++ b/modules/gui/skins2/src/theme_loader.cpp @@ -52,7 +52,7 @@ #if defined( HAVE_ZLIB_H ) # include <zlib.h> # include <errno.h> -int gzopen_frontend ( char *pathname, int oflags, int mode ); +int gzopen_frontend ( const char *pathname, int oflags, int mode ); int gzclose_frontend( int ); int gzread_frontend ( int, void *, size_t ); int gzwrite_frontend( int, const void *, size_t ); -- GitLab