]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_dotsinset.h
index c13943d5ae0457039e39133514adc9feac4e0e8a..87869a842167373507adde050e88f22eb6f302c4 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;
 protected: