More cleanups
[melted] / mlt++ / src / MltProperties.cpp
index 6b468f4..8725d20 100644 (file)
@@ -108,7 +108,7 @@ int Properties::set( char *name, void *value, int size, mlt_destructor destructo
        return mlt_properties_set_data( get_properties( ), name, value, size, destructor, serialiser );
 }
 
-int Properties::pass( Properties &that, char *prefix )
+int Properties::pass_values( Properties &that, char *prefix )
 {
        return mlt_properties_pass( get_properties( ), that.get_properties( ), prefix );
 }