]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathColor.cpp
index be2c0f881aec07ebad4de0803d565dda71f4f502..e3be8ff9bf9bf22efd0b8b389159f70bac59ba29 100644 (file)
@@ -30,7 +30,8 @@ namespace lyx {
 
 InsetMathColor::InsetMathColor(Buffer * buf, bool oldstyle, ColorCode color)
        : InsetMathNest(buf, 1), oldstyle_(oldstyle),
-         color_(from_utf8(lcolor.getLaTeXName(color)))
+         color_(from_utf8(lcolor.getLaTeXName(color))),
+         current_mode_(UNDECIDED_MODE)
 {}