]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_braceinset.h
index b7ed9514ff8537e454e3c062ee0a9b86dfe75742..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(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
        void metrics(MathMetricsInfo const & st) const;