Fix build error on builds without audaspace

This was caused by incorrect argument type in dummy function
`rna_Sequences_new_sound()`

Caused by 13ca11ac52
This commit is contained in:
Richard Antalik 2020-12-02 10:07:56 +01:00
parent 2afc508eb4
commit 67353ae630
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ static Sequence *rna_Sequences_new_sound(ID *id,
}
# else /* WITH_AUDASPACE */
static Sequence *rna_Sequences_new_sound(ID *UNUSED(id),
Editing *UNUSED(seqbase),
ListBase *UNUSED(seqbase),
Main *UNUSED(bmain),
ReportList *reports,
const char *UNUSED(name),