]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_specialcharinset.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_specialcharinset.C
index 0dbe004b4135a41a0689c7dfcd64b9d79901fe5d..fe66cfa69b9d6f4e5fd28eccb41f16adbd6ee0c9 100644 (file)
@@ -48,13 +48,13 @@ void MathSpecialCharInset::draw(Painter & pain, int x, int y) const
 }
 
 
-void MathSpecialCharInset::write(MathWriteInfo & os) const
+void MathSpecialCharInset::write(WriteStream & os) const
 {
        os << "\\" << char_;
 }
 
 
-void MathSpecialCharInset::writeNormal(NormalStream & os) const
+void MathSpecialCharInset::normalize(NormalStream & os) const
 {
        os << "\\" << char_;
 }