Compile fix

New parameter added by these fixes did not exist when this call got added
This commit is contained in:
Joshua Leung 2015-03-13 19:22:36 +13:00
parent 90e9a22eaa
commit da0d0b2f20
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ static void restrictbutton_recursive_child(bContext *C, Scene *scene, Object *ob
RNA_id_pointer_create(&ob->id, &ptr);
prop = RNA_struct_find_property(&ptr, rnapropname);
fcu = rna_get_fcurve_context_ui(C, &ptr, prop, 0, NULL, &action, &driven);
fcu = rna_get_fcurve_context_ui(C, &ptr, prop, 0, NULL, &action, &driven, NULL);
if (fcu && !driven) {
id = ptr.id.data;