]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
oh well
[lyx.git] / src / mathed / math_sizeinset.h
index b4e25958c71a2397a76f5fcda0c8ae801ea01ebf..048ffd498a5a8b55195059d200430e0cbeeb68da 100644 (file)
@@ -26,12 +26,15 @@ 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:
-       /// 
+       ///
        latexkeys const * key_;
 };