]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[lyx.git] / src / mathed / math_dotsinset.C
index 2fad8b4082e2c822c828ed399438346cf5ef0291..70e8de37b84461572fb2635c48aec8adb9236952 100644 (file)
@@ -42,13 +42,13 @@ void MathDotsInset::metrics(MathMetricsInfo const & mi) const
 } 
 
 
-void MathDotsInset::write(MathWriteInfo & os) const
+void MathDotsInset::write(WriteStream & os) const
 {
        os << '\\' << name_.c_str() << ' ';
 }
 
 
-void MathDotsInset::writeNormal(NormalStream & os) const
+void MathDotsInset::normalize(NormalStream & os) const
 {
        os << "[" << name_.c_str() << "] ";
 }