]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 722e16792e4c7fe1cd4fc950b414df1b6be52489..050787cca891d696fe7dde721aab2b75dc403396 100644 (file)
@@ -137,6 +137,7 @@ void InsetMathRoot::validate(LaTeXFeatures & features) const
                        "span.rootof{border-top: thin solid black;}\n"
                        "span.root sup{font-size: 75%;}\n"
                        "</style>");
+       InsetMathNest::validate(features);
 }
 
 } // namespace lyx