mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Silence coverity warning.
This commit is contained in:
parent
515ca69359
commit
b3fbe4edfd
@ -108,6 +108,8 @@ docstring InsetSpecialChar::toolTip(BufferView const &, int, int) const
|
||||
case NOBREAKDASH:
|
||||
message = from_ascii("Protected Hyphen (SHY)");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return message;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user