Constness changes
[melted] / mlt++ / src / MltProducer.cpp
index 75e3329..4302243 100644 (file)
@@ -29,7 +29,7 @@ Producer::Producer( ) :
 {
 }
 
-Producer::Producer( Profile& profile, char *id, char *service ) :
+Producer::Producer( Profile& profile, const char *id, const char *service ) :
        instance( NULL ),
        parent_( NULL )
 {