]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.C
small up/down tweaking
[lyx.git] / src / mathed / math_parinset.C
index 96d4a6cb66d36bacc60727d036062789c45fec41..deb47615fd2214634136bac34bef1e90fbb3fbb0 100644 (file)
@@ -1,7 +1,18 @@
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <config.h>
 
 #include "math_parinset.h"
 #include "math_mathmlstream.h"
-#include "debug.h"
+#include "support/LOstream.h"
+
+
+MathParInset::MathParInset(MathArray const & ar)
+{
+       cells_[0] = ar;
+}
 
 
 void MathParInset::metrics(MathMetricsInfo & mi) const
@@ -29,4 +40,3 @@ void MathParInset::infoize(std::ostream & os) const
 {
        os << "Type: Paragraph ";
 }
-