Fix compiling after ui cleanups

This commit is contained in:
jens verwiebe 2018-07-26 14:21:15 +02:00
parent ab67c6e46b
commit 1c41dbb079
Notes: blender-bot 2023-02-14 05:28:08 +01:00
Referenced by issue #56262, Bump Node produces black artifacts at grazing angles
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ static void sound_mixdown_draw(bContext *C, wmOperator *op)
RNA_pointer_create(&wm->id, op->type->srna, op->properties, &ptr);
/* main draw call */
uiDefAutoButsRNA(layout, &ptr, sound_mixdown_draw_check_prop, '\0');
uiDefAutoButsRNA(layout, &ptr, sound_mixdown_draw_check_prop, NULL, '\0');
}
#endif // WITH_AUDASPACE