]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_stackrelinset.h
index 5c66bdcb79ea6ef4fdbac2ff8b09b393b382fd22..699dffe402d6833346bc6123efebf4f4413c3657 100644 (file)
@@ -18,13 +18,14 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
-       ///
-       void writeNormal(std::ostream &) 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