]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathCancel.cpp
Revert part of 503c7c16: InsetMathNest:edit resets anchor.
[features.git] / src / mathed / InsetMathCancel.cpp
index ee82d0c3787b76a478922bef220a0f3dc0bea1a7..b060af0b9e4075f1d0b6effb102c43c0f565a6c2 100644 (file)
@@ -77,7 +77,7 @@ void InsetMathCancel::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathCancel::write(WriteStream & os) const
+void InsetMathCancel::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        switch (kind_) {
@@ -138,7 +138,7 @@ void InsetMathCancel::htmlize(HtmlStream & os) const
 }
 
 
-void InsetMathCancel::mathmlize(MathStream & ms) const
+void InsetMathCancel::mathmlize(MathMLStream & ms) const
 {
        switch (kind_) {
        case cancel: