diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index e63ecaf8b..d43e5169f 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -197,7 +197,7 @@ struct hb_job_s #define HB_MUX_IPOD 0x100000 int mux; - char * file; + const char * file; #ifdef __LIBHB__ /* Internal data */ |