Fix compiling after ui cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user