mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
Add missing break statement
Coverity issue 23338
This commit is contained in:
parent
4e4b2e224e
commit
915066f068
@ -160,6 +160,7 @@ bool TocWidget::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
FuncRequest label_copy(LFUN_LABEL_COPY_AS_REFERENCE, item.asString());
|
FuncRequest label_copy(LFUN_LABEL_COPY_AS_REFERENCE, item.asString());
|
||||||
if (inset)
|
if (inset)
|
||||||
return inset->getStatus(cur, label_copy, status);
|
return inset->getStatus(cur, label_copy, status);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user