]> git.lyx.org Git - features.git/commit
Change to avoid having different types in ?: operator
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 7 Jan 2012 18:29:04 +0000 (18:29 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 7 Jan 2012 18:29:04 +0000 (18:29 +0000)
commitdfffb9a6d12235f6f8ab4bafcd36f8b884b8f41c
tree313addce6006ad4e412c15a25d79b409e2d90184
parentb4aadacc23ce68acd46920c17b023e6bd55d0326
Change to avoid having different types in ?: operator

Gcc 4.7 warns rightly about the questionalble practise of having different types in
the ?: operator. This patch fixes that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40585 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/Menus.cpp