]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Combine OutlineIn and OutlineOut blocks
[lyx.git] / src / mathed / InsetMath.cpp
index a4e310fc6ec42e09068c48a1caeaf6f4b9797341..738f6342c358a3801fb44a4858517a810a2d2082 100644 (file)
@@ -88,7 +88,7 @@ int InsetMath::plaintext(odocstringstream &,
         OutputParams const &, size_t) const
 {
        // all math plain text output shall take place in InsetMathHull
-       LASSERT(false, /**/);
+       LATTEST(false);
        return 0;
 }