]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_kerninset.h
index 978dd10409174ed1b85e166e1223d4b1ca4d2d76..d6c65e42134aad486e54791b6528a9f0c61c1925 100644 (file)
@@ -25,11 +25,11 @@ public:
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
 private:
        /// width in em
        LyXLength wid_;