]> git.lyx.org Git - features.git/commitdiff
Fix gcc warning.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 21 Sep 2009 08:20:02 +0000 (08:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 21 Sep 2009 08:20:02 +0000 (08:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31426 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index d5be28d86cfb651487885b7ed1b086d70326584b..e242e26fce3e32fbfa6dff66daf1da93bebffba5 100644 (file)
@@ -2344,6 +2344,8 @@ void GuiView::dispatchVC(FuncRequest const & cmd)
 
                break;
                }
+       default:
+               break;
        }
 }