Constness changes
[melted] / mlt++ / src / MltFilter.cpp
index ad79fcf..6fbc93a 100644 (file)
@@ -24,7 +24,7 @@
 #include "MltProfile.h"
 using namespace Mlt;
 
-Filter::Filter( Profile& profile, char *id, char *arg ) :
+Filter::Filter( Profile& profile, const char *id, const char *arg ) :
        instance( NULL )
 {
        if ( arg != NULL )