]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.cpp
Please Coverity (code should be equivalent)
[lyx.git] / src / mathed / InsetMathDecoration.cpp
index b515d56e9fb7a4a45ff9283adaca1db9fa8e59db..37ae239d108479d057a042b9a4bfafb2cbb2fed4 100644 (file)
@@ -37,7 +37,7 @@ namespace lyx {
 
 
 InsetMathDecoration::InsetMathDecoration(Buffer * buf, latexkeys const * key)
-       : InsetMathNest(buf, 1), key_(key)
+       : InsetMathNest(buf, 1), key_(key), dh_(0), dy_(0), dw_(0)
 {
 //     lyxerr << " creating deco " << key->name << endl;
 }