]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.C
fix build, thesaurus
[lyx.git] / src / mathed / math_symbolinset.C
index c861d5c94289f70744f7543a7af01f1b61eee024..8b7fc8d546b5595cfa054c32c560f0f9dd9af179 100644 (file)
@@ -177,3 +177,9 @@ void MathSymbolInset::write(WriteStream & os) const
 }
 
 
+void MathSymbolInset::infoize(std::ostream & os) const
+{
+       os << '\\' << name();
+}
+
+