]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_sqrtinset.h
index ac774cbe7b7d0fafee4798551e154f9ed7082275..57517e49595d74c7ae9c93f104205e6757f37940 100644 (file)
@@ -20,11 +20,12 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void metrics(MathMetricsInfo const & st) const;
+
        ///
-       void writeNormal(NormalStream &) const;
+       void write(WriteStream & os) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void normalize(NormalStream &) const;
        ///
        void maplize(MapleStream &) const;
        ///