X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltConsumer.cpp;h=1b5c4df678053ec2d6a3210c13d92020a557f01a;hb=80fec40c4f046be50645a0dfbf05a92520b50e7c;hp=19891335bde93be6bf4bdade81cfc6ac5c446611;hpb=d5b02b330ac2559e3af2d830bba0df8aeda9c068;p=melted diff --git a/mlt++/src/MltConsumer.cpp b/mlt++/src/MltConsumer.cpp index 1989133..1b5c4df 100644 --- a/mlt++/src/MltConsumer.cpp +++ b/mlt++/src/MltConsumer.cpp @@ -37,7 +37,7 @@ Consumer::Consumer( Profile& profile ) : instance = mlt_factory_consumer( profile.get_profile(), NULL, NULL ); } -Consumer::Consumer( Profile& profile, char *id, char *arg ) : +Consumer::Consumer( Profile& profile, const char *id, const char *arg ) : instance( NULL ) { if ( id == NULL || arg != NULL )