mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +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());
|
||||
if (inset)
|
||||
return inset->getStatus(cur, label_copy, status);
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user