summaryrefslogtreecommitdiffstats
path: root/libhb/dvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/dvd.h')
-rw-r--r--libhb/dvd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/dvd.h b/libhb/dvd.h
index 338c8da89..7ac673ca0 100644
--- a/libhb/dvd.h
+++ b/libhb/dvd.h
@@ -96,7 +96,7 @@ union hb_dvd_s
struct hb_dvd_func_s
{
- hb_dvd_t * (* init) ( hb_handle_t *, char * );
+ hb_dvd_t * (* init) ( hb_handle_t *, const char * );
void (* close) ( hb_dvd_t ** );
char * (* name) ( char * );
int (* title_count) ( hb_dvd_t * );