]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_funcliminset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_funcliminset.h
index 86736136ac306faa9275b551303a23a2a61ebda1..e36f4172389096cdc75a54b2fdc35b03d2e21e2d 100644 (file)
@@ -14,9 +14,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///