diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/vo_scale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/vo_scale.h b/include/xine/vo_scale.h index b8b1a535b..9c7f8f4f3 100644 --- a/include/xine/vo_scale.h +++ b/include/xine/vo_scale.h @@ -183,7 +183,7 @@ void _x_vo_scale_translate_gui2video(vo_scale_t *self, * Returns description of a given ratio code */ -char *_x_vo_scale_aspect_ratio_name(int a) XINE_PROTECTED; +const char *_x_vo_scale_aspect_ratio_name(int a) XINE_PROTECTED; /* * initialize rescaling struct |