]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.cpp
more latin1..utf8 schanges. all of src/* should be utf8 now
[features.git] / src / mathed / InsetMathDelim.cpp
index 403c1cf65d315fca1e2b56e3880eb72a2c1417b5..95a172ea64afff055fcef0c0c1463e230f9c4ac5 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -59,6 +59,7 @@ Inset * InsetMathDelim::clone() const
 
 void InsetMathDelim::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "\\left" << convertDelimToLatexName(left_) << cell(0)
           << "\\right" << convertDelimToLatexName(right_);
 }