]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_envinset.C
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_envinset.C
index 993e8bea27cda8cf3b08ac7571f40dbf3eeb5aa6..c4a6ef71028ffdfde466912590ea0155fbede7c2 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_envinset.h"
 #include "math_mathmlstream.h"
@@ -43,7 +40,7 @@ void MathEnvInset::write(WriteStream & os) const
 
 void MathEnvInset::normalize(NormalStream & os) const
 {
-       os << "[env " << name_ << " " << cell(0) << ']';
+       os << "[env " << name_ << ' ' << cell(0) << ']';
 }