]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_stackrelinset.h
index e1122bfa816a0af08bde9d35fc48a64aa3d8fcb5..699dffe402d6833346bc6123efebf4f4413c3657 100644 (file)
@@ -18,13 +18,14 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
-       ///
-       void writeNormal(NormalStream &) const;
-       ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
+
+       ///
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
 };
 
 #endif