Constness changes
[melted] / mlt++ / src / MltProducer.h
index 35c2f0e..7b28e94 100644 (file)
@@ -31,6 +31,8 @@ namespace Mlt
 {
        class Service;
        class Filter;
+       class Profile;
+       class Frame;
 
        class MLTPP_DECLSPEC Producer : public Service
        {
@@ -39,7 +41,7 @@ namespace Mlt
                        Producer *parent_;
                public:
                        Producer( );
-                       Producer( 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 );