Forgot to pass third parameter

This commit is contained in:
Juergen Spitzmueller 2022-05-28 20:40:16 +02:00
parent cd3116bbf9
commit 52c5084d63

View File

@ -881,7 +881,7 @@ bool InsetFloat::insetAllowed(InsetCode code) const
void InsetFloat::updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted)
{
InsetCaptionable::updateBuffer(it, utype);
InsetCaptionable::updateBuffer(it, utype, deleted);
bool const subflt = (it.innerInsetOfType(FLOAT_CODE)
|| it.innerInsetOfType(WRAP_CODE));
setSubfloat(subflt);