]> git.lyx.org Git - features.git/commit
Compilation fix for windows
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 16 Jul 2015 07:45:45 +0000 (09:45 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 16 Jul 2015 07:48:57 +0000 (09:48 +0200)
commitf51d7fdd2a0e6be47da166bb566337e3ff60c8fc
tree4624b89270325cf4bc91f0f6c1eae5aacd645734
parent0f1fdaaa97e9fe01f0e97ca56f0e2380ba248a7e
Compilation fix for windows

Since commit 7ac70092, lyx::dispatch returns a DispatchResult const &,
which is ignored in the cases below. Nevertheless, the windows
compiler complains that it does not know this type. Gcc and clang can
deal with it without problem.
src/frontends/qt4/Action.cpp
src/frontends/qt4/InsertTableWidget.cpp