]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.cpp
tex2lyx: support for \item with opt arg in itemize environment
[lyx.git] / src / mathed / InsetMathPar.cpp
index 6859a33f91c47ed8f0d2a30ed2d9cbc0a19a262c..0638b8eb6cfeb7a4371acab33b1e6e24564e42e2 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #include "MathData.h"
 #include "MathStream.h"
 
+#include <ostream>
 
 namespace lyx {
 
-InsetMathPar::InsetMathPar(MathData const & ar)
+InsetMathPar::InsetMathPar(Buffer * buf, MathData const & ar)
+       : InsetMathHull(buf)
 {
        cells_[0] = ar;
 }