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