Constness changes
[melted] / mlt++ / src / MltPushConsumer.cpp
index 041687f..d8465ba 100644 (file)
@@ -85,7 +85,7 @@ void PushConsumer::set_render( int width, int height, double aspect_ratio )
        set( "render_aspect_ratio", aspect_ratio );
 }
 
-int PushConsumer::connect( Service &service )
+int PushConsumer::connect( Service &/*service*/ )
 {
        return -1;
 }