]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
whichFont down to 5.3%
[lyx.git] / src / mathed / math_sizeinset.h
index b4e25958c71a2397a76f5fcda0c8ae801ea01ebf..d9e992e27d3ba1bd21b15bd0f4e4b634e6bd837c 100644 (file)
@@ -26,9 +26,12 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       bool needsBraces() const { return false; }
+
+       ///
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
 
 private:
        ///