X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltProperties.h;h=b41929dff6f87978ce148fa19e2f5d0263e1255b;hb=7494c523c06d7a54da55075f40a71643cc700712;hp=4e5166877dc85a8f08462eb5e4c52105dcc24a3c;hpb=c1dda4b336a041cef7ad422a9dffc4705c7128fa;p=melted diff --git a/mlt++/src/MltProperties.h b/mlt++/src/MltProperties.h index 4e51668..b41929d 100644 --- a/mlt++/src/MltProperties.h +++ b/mlt++/src/MltProperties.h @@ -80,7 +80,7 @@ namespace Mlt Event *listen( char *id, void *object, mlt_listener ); #endif static void delete_event( Event * ); - Event *setup_wait_for( char *id ); + Event *setup_wait_for( const char *id ); void wait_for( Event *, bool destroy = true ); }; }