Add comment regarding fall through.

Coverity issue #111940.
This commit is contained in:
Richard Heck 2015-09-20 12:34:49 -04:00
parent 04e19a2437
commit 720d8ae58e

View File

@ -2040,6 +2040,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
if (current_view_ == 0)
createView();
}
// fall through
}
default: