X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFilter.h;h=bba1ee2029d9d50a5a4e9e4192c204d4355e10a0;hb=7494c523c06d7a54da55075f40a71643cc700712;hp=8efb4e41b7d85e0c5653bac41c1c80700b06ef3b;hpb=c1dda4b336a041cef7ad422a9dffc4705c7128fa;p=melted diff --git a/mlt++/src/MltFilter.h b/mlt++/src/MltFilter.h index 8efb4e4..bba1ee2 100644 --- a/mlt++/src/MltFilter.h +++ b/mlt++/src/MltFilter.h @@ -37,7 +37,7 @@ namespace Mlt private: mlt_filter instance; public: - Filter( Profile& profile, char *id, char *service = NULL ); + Filter( Profile& profile, const char *id, const char *service = NULL ); Filter( Service &filter ); Filter( Filter &filter ); Filter( mlt_filter filter );