]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_funcinset.C
index 6318a817b35642a69061ab88210579227b76608e..c2bf78c27795c98b54a77a8e2418bf4cd6ca4e3d 100644 (file)
@@ -36,13 +36,13 @@ void MathFuncInset::setName(string const & n)
 }
 
 
-void MathFuncInset::write(MathWriteInfo & os) const
+void MathFuncInset::write(WriteStream & os) const
 {
        os << "\\" << name_.c_str() << ' ';
 }
 
 
-void MathFuncInset::writeNormal(NormalStream & os) const
+void MathFuncInset::normalize(NormalStream & os) const
 {
        os << "[func " << name_.c_str() << ']';
 }