Constness changes
[melted] / mlt++ / src / MltTransition.cpp
index 3a194e4..39bce7c 100644 (file)
@@ -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 )