]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.C
fix #1073
[lyx.git] / src / mathed / math_splitinset.C
index e7d9389cc78a06dde73e174138835924490239c8..36be6878a1efdbe75d1da850262d267247f914f9 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_splitinset.h"
 #include "math_mathmlstream.h"
@@ -36,7 +33,7 @@ void MathSplitInset::write(WriteStream & ws) const
 {
        if (ws.fragile())
                ws << "\\protect";
-       ws << "\\begin{" << name_ << "}";
+       ws << "\\begin{" << name_ << '}';
        MathGridInset::write(ws);
        if (ws.fragile())
                ws << "\\protect";