]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Make sure we do not crash here in release mode.
[lyx.git] / src / LaTeXFeatures.cpp
index 61bd0a7a03da8ae4b5e004bb1049b65065e32a63..2cfc1ce6e2275940c4cb69f7f97f0eb3b11634f9 100644 (file)
@@ -614,7 +614,8 @@ char const * simplefeatures[] = {
        "amscd",
        "slashed",
        "multirow",
-       "tfrupee"
+       "tfrupee",
+       "undertilde",
 };
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);