]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_hullinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_hullinset.C
index d6aea7975a93413a4c1efbaee810e2407c67bf1a..8cb6fc62c3151b5d8b85c03091e3fc468904c9af 100644 (file)
@@ -645,7 +645,7 @@ void MathHullInset::mutate(MathInsetTypes newtype)
 }
 
 
-void MathHullInset::write(MathWriteInfo & os) const
+void MathHullInset::write(WriteStream & os) const
 {
   header_write(os.os);
 
@@ -667,10 +667,10 @@ void MathHullInset::write(MathWriteInfo & os) const
 }
 
 
-void MathHullInset::writeNormal(NormalStream & os) const
+void MathHullInset::normalize(NormalStream & os) const
 {
        os << "[formula " << normalName(getType()).c_str() << " ";
-       MathGridInset::writeNormal(os);
+       MathGridInset::normalize(os);
        os << "] ";
 }