]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_property.h
Rename this to self in the framework.
[mlt] / src / framework / mlt_property.h
index f33aa88213e3b3ff8349a729345961b9263b61c4..ecc9f4eed20a930ba8b16de00efa9fd227b4d105 100644 (file)
@@ -41,6 +41,6 @@ extern char *mlt_property_get_string( mlt_property self );
 extern void *mlt_property_get_data( mlt_property self, int *length );
 extern void mlt_property_close( mlt_property self );
 
-extern void mlt_property_pass( mlt_property this, mlt_property that );
+extern void mlt_property_pass( mlt_property self, mlt_property that );
 
 #endif