]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.cpp
Please Coverity (code should be equivalent)
[lyx.git] / src / mathed / InsetMathXYArrow.cpp
index 0cb525c15a0e28b69842dff8dea6d42ec604b850..80aeb7276b5435d9a9119ef808992280b4be32dd 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 
 
 InsetMathXYArrow::InsetMathXYArrow()
-       : InsetMathNest(2)
+       : InsetMathNest(2), up_(false), target_(0)
 {}