]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.C
Fix.
[lyx.git] / src / mathed / math_biginset.C
index e85d6ac03c5855d57e613761319db42051219fd5..07f91c8ccc0dfcaae00112259aa4bfde3b7ad3bc 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_biginset.h"
 #include "math_support.h"
@@ -64,5 +61,5 @@ void MathBigInset::write(WriteStream & os) const
 
 void MathBigInset::normalize(NormalStream & os) const
 {
-       os << "[" << name_ << ' ' <<  delim_ << ']';
+       os << '[' << name_ << ' ' <<  delim_ << ']';
 }