]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_binaryopinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_binaryopinset.C
index e27de8034dcd9948a20f805c835686535da19472..5106d17052505ea1d795cbbdd74927b141914284 100644 (file)
@@ -45,13 +45,13 @@ void MathBinaryOpInset::draw(Painter & pain, int x, int y) const
 }
 
 
-void MathBinaryOpInset::write(MathWriteInfo & os) const
+void MathBinaryOpInset::write(WriteStream & os) const
 {
        os << '{' << cell(0) << op_ << cell(1) << '}';
 }
 
 
-void MathBinaryOpInset::writeNormal(NormalStream & os) const
+void MathBinaryOpInset::normalize(NormalStream & os) const
 {
        os << "[binop " << op_ << ' ' << cell(0) << ' ' << cell(1) << ']';
 }