]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiApplication.cpp
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"
[features.git] / src / frontends / qt4 / GuiApplication.cpp
index 1e847464d826b3e6bb4a9ba0a7c58924b4194d07..9a5fc93a6978c31bf8a06aa322b42a4c1e3aa8d9 100644 (file)
@@ -2070,8 +2070,9 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        if (current_view_ == 0)
                                createView();
                }
+               // fall through
        }
-       // fall through
+
        default:
                // The LFUN must be for one of GuiView, BufferView, Buffer or Cursor;
                // let's try that: