]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
Revert c6ce76c2 and fix 670efa8f
[lyx.git] / src / mathed / InsetMathColor.cpp
index 9023b7406eafab94bf2da0f5dc7afa9647510170..c50f61360932a519e6b6f030bd369f2f07852814 100644 (file)
@@ -29,14 +29,14 @@ using namespace lyx::support;
 namespace lyx {
 
 InsetMathColor::InsetMathColor(Buffer * buf, bool oldstyle, ColorCode color)
-       : InsetMathNest(buf, 1), oldstyle_(oldstyle),
+       : InsetMathNest(buf, 1), w_(0), oldstyle_(oldstyle),
          color_(from_utf8(lcolor.getLaTeXName(color)))
 {}
 
 
 InsetMathColor::InsetMathColor(Buffer * buf, bool oldstyle,
                docstring const & color)
-       : InsetMathNest(buf, 1), oldstyle_(oldstyle), color_(color)
+       : InsetMathNest(buf, 1), w_(0), oldstyle_(oldstyle), color_(color)
 {}