Constness changes
[melted] / mlt++ / src / MltProducer.h
index 09a4977..7b28e94 100644 (file)
@@ -32,6 +32,7 @@ namespace Mlt
        class Service;
        class Filter;
        class Profile;
+       class Frame;
 
        class MLTPP_DECLSPEC Producer : public Service
        {
@@ -40,7 +41,7 @@ namespace Mlt
                        Producer *parent_;
                public:
                        Producer( );
-                       Producer( Profile& profile, char *id, char *service = NULL );
+                       Producer( Profile& profile, const char *id, const char *service = NULL );
                        Producer( Service &producer );
                        Producer( mlt_producer producer );
                        Producer( Producer &producer );