]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpecialChar.cpp
Fix bug #8746: Images have to have alt tags.
[lyx.git] / src / mathed / InsetMathSpecialChar.cpp
index 94d0514b9e9f9d5d1feae13c20be23434b772cd7..32e4c2afbf85151df69c1249b93035a7deb44321 100644 (file)
@@ -40,7 +40,7 @@ InsetMathSpecialChar::InsetMathSpecialChar(docstring const & name)
                else if (name == "textbackslash")
                        char_ = '\\';
                else
-                       LASSERT(false, /**/);
+                       LASSERT(false, char_ = '?');
        } else
                char_ = name.at(0);
 }