]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.h
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_macro.h
index ce9e3b928f8c9782695ef106faac634d23239e4d..f80c18c561fdec268ec99a9a867bc4f75e740833 100644 (file)
@@ -48,9 +48,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void normalize(NormalStream &) const;
        ///
        void dump() const;