X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2Fproducer_westley.c;h=0a6654035adc69c7c034fb3e5f3973040fef27c0;hb=4fc3fa1bf4116848c423837437d75f103cdd0154;hp=0568a67d44e6ce01e26b8c098c6ae363df7cf992;hpb=b6c72f309b9b2637109ffe020b4de4b278473c42;p=melted diff --git a/src/modules/westley/producer_westley.c b/src/modules/westley/producer_westley.c index 0568a67..0a66540 100644 --- a/src/modules/westley/producer_westley.c +++ b/src/modules/westley/producer_westley.c @@ -170,7 +170,7 @@ static void track_service( mlt_properties properties, void *service, mlt_destruc // Prepend the property value with the document root -static inline void qualify_property( deserialise_context context, mlt_properties properties, char *name ) +static inline void qualify_property( deserialise_context context, mlt_properties properties, const char *name ) { char *resource = mlt_properties_get( properties, name ); if ( resource != NULL )