mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
editor: pre-C++17 fix
This commit is contained in:
parent
774822105f
commit
c89d76ac93
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ EditorEventListener::HandleEvent(nsIDOMEvent* aEvent)
|
|||
if (widgetMouseEvent->button != WidgetMouseEvent::eLeftButton) {
|
||||
return NS_OK;
|
||||
}
|
||||
[[fallthrough]];
|
||||
MOZ_FALLTHROUGH;
|
||||
}
|
||||
// auxclick
|
||||
case eMouseAuxClick: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue