X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltTransition.cpp;h=39bce7ce10a651e0007966974b71331abdf66006;hb=3d301268b514b68d6b31b1079bd17f735acee551;hp=3a194e45b9568f31df52a4b1629be58026d84f52;hpb=3e54b5c2dc70cad4d4e039f9d20db6c2472f556d;p=melted diff --git a/mlt++/src/MltTransition.cpp b/mlt++/src/MltTransition.cpp index 3a194e4..39bce7c 100644 --- a/mlt++/src/MltTransition.cpp +++ b/mlt++/src/MltTransition.cpp @@ -24,7 +24,7 @@ #include "MltProfile.h" using namespace Mlt; -Transition::Transition( Profile& profile, char *id, char *arg ) : +Transition::Transition( Profile& profile, const char *id, const char *arg ) : instance( NULL ) { if ( arg != NULL )