]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
Fix bug #8782.
[lyx.git] / src / mathed / InsetMathDots.cpp
index 67ed8298980ff421d2c2ec9d7571d540047588da..b44d391512492ef9f5451381336a3ae36e4f2bd7 100644 (file)
@@ -25,7 +25,7 @@
 namespace lyx {
 
 InsetMathDots::InsetMathDots(latexkeys const * key)
-       : key_(key)
+       : dh_(0), key_(key)
 {}