]> git.lyx.org Git - lyx.git/commit
Add missing intializations
authorGeorg Baum <baum@lyx.org>
Sat, 10 Oct 2015 19:04:28 +0000 (21:04 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 10 Oct 2015 19:04:28 +0000 (21:04 +0200)
commit8a047a411235fcf5ba48f075e0a23a7cf1e3e8bb
tree0cb615a28639ff68ef175cb0f55d005291135593
parent96f64ac028b305707c2876b5503359709e0dc3e7
Add missing intializations

These were found by cppcheck:
Member variable 'x' is not initialized in the constructor.
The crash #9788 would not have happened if this had been done earlier.
src/BufferView.cpp
src/Trans.cpp
src/Trans.h
src/frontends/qt4/GuiWorkArea.cpp
src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathDots.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathUnknown.cpp
src/mathed/InsetMathXYArrow.cpp
src/support/gzstream.h
src/tex2lyx/table.cpp