]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_parinset.C
index 371d458938d47c6e517c4b5988e0db055804cc8e..deb47615fd2214634136bac34bef1e90fbb3fbb0 100644 (file)
@@ -1,10 +1,14 @@
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include <config.h>
 
 #include "math_parinset.h"
 #include "math_mathmlstream.h"
-
 #include "support/LOstream.h"
 
+
 MathParInset::MathParInset(MathArray const & ar)
 {
        cells_[0] = ar;