]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_kerninset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_kerninset.C
index 4df5f78d77f0b1e931ca644ed9fc146d438bb377..cedf71ca34d455d219a9ba1a36b66e2857450325 100644 (file)
@@ -44,13 +44,13 @@ void MathKernInset::metrics(MathMetricsInfo const &) const
 }
 
 
-void MathKernInset::write(MathWriteInfo & os) const
+void MathKernInset::write(WriteStream & os) const
 {
        os << "\\kern" << wid_.asLatexString().c_str() << " ";
 }
 
 
-void MathKernInset::writeNormal(NormalStream & os) const
+void MathKernInset::normalize(NormalStream & os) const
 {
        os << "[kern " << wid_.asLatexString().c_str() << "]";
 }