]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxinset.C
Fix.
[lyx.git] / src / mathed / math_boxinset.C
index 61a1bf1f2b8948cb40a5bd141f457a3ea03c5e1c..135d526944ad795baf8ccf48581617a23a47867e 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_boxinset.h"
 #include "math_support.h"
@@ -24,7 +21,7 @@ MathInset * MathBoxInset::clone() const
 
 void MathBoxInset::write(WriteStream & os) const
 {
-       os << "\\" << name_ << "{" << cell(0) << "}";
+       os << '\\' << name_ << '{' << cell(0) << '}';
 }