]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_sizeinset.C
index 63f934e81a6f527181e24fd595b22b7f52815ce8..2b6f667fd4a8d82b1bb688d644f2e422bf11a829 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_sizeinset.h"
 #include "math_parser.h"
@@ -48,7 +45,7 @@ void MathSizeInset::write(WriteStream & os) const
 
 void MathSizeInset::normalize(NormalStream & os) const
 {
-       os << "[" << key_->name << ' ' << cell(0) << ']';
+       os << '[' << key_->name << ' ' << cell(0) << ']';
 }