summaryrefslogtreecommitdiffstats
path: root/gui/win32/dialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/dialogs.c')
-rw-r--r--gui/win32/dialogs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/win32/dialogs.c b/gui/win32/dialogs.c
index 940c64edbb..85eee0b640 100644
--- a/gui/win32/dialogs.c
+++ b/gui/win32/dialogs.c
@@ -41,8 +41,8 @@ extern int vo_gamma_brightness;
extern int vo_gamma_saturation;
extern int vo_gamma_contrast;
extern int vo_gamma_hue;
-extern int set_video_colors(sh_video_t *sh_video, char *item, int value);
-extern int get_video_colors(sh_video_t *sh_video, char *item, int *value);
+extern int set_video_colors(sh_video_t *sh_video, const char *item, int value);
+extern int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
guiInterface_t guiIntfStruct;
int addurl = 0;