]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_charinset.C
index 6b6c5f8202ecea8304e6c69e6f5caa273f309072..b7e49f6c73eece644e15441dd037c409173cec9a 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_charinset.h"
 #include "LColor.h"
@@ -138,11 +135,11 @@ void MathCharInset::write(WriteStream & os) const
 
 void MathCharInset::normalize(NormalStream & os) const
 {
-       os << "[char " << char_ << " " << "mathalpha" << "]";
+       os << "[char " << char_ << ' ' << "mathalpha]";
 }
 
 
-void MathCharInset::octavize(OctaveStream & os) const
+void MathCharInset::octave(OctaveStream & os) const
 {
        os << char_;
 }