]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_lefteqninset.h
index 78525d8663d1b00e39b0d50282c7fc25ef8f2708..3c75e612a8bdfa6aa88eae84fb850bf943b9992c 100644 (file)
@@ -19,9 +19,9 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void normalize(NormalStream &) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
 };