Minor correction
[melted] / mlt++ / swig / mltpp.i
index 5249eb5..60d842d 100644 (file)
@@ -51,6 +51,7 @@ namespace Mlt {
 %newobject Frame::get_original_producer( );
 %newobject Miracle::execute( char * );
 %newobject Miracle::push( char *, Service & );
+%newobject Miracle::unit( int );
 }
 
 /** Classes to wrap.
@@ -62,6 +63,7 @@ namespace Mlt {
 %include <MltEvent.h>
 %include <MltProperties.h>
 %include <MltFrame.h>
+%include <MltGeometry.h>
 %include <MltService.h>
 %include <MltProducer.h>
 %include <MltPlaylist.h>