]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Revert part of 503c7c16: InsetMathNest:edit resets anchor.
[features.git] / src / mathed / InsetMathHull.h
index 6901d6241c79d6fc3b076f5554abc93913c38e29..b0191886e4fb2241523f6cc9c45f3b250f0110e7 100644 (file)
@@ -124,7 +124,7 @@ public:
        char displayColAlign(idx_type idx) const override;
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        ///
@@ -133,9 +133,9 @@ public:
        ///
        void write(std::ostream & os) const override;
        ///
-       void header_write(WriteStream &) const;
+       void header_write(TeXMathStream &) const;
        ///
-       void footer_write(WriteStream &) const;
+       void footer_write(TeXMathStream &) const;
        ///
        void read(Lexer & lex) override;
        ///
@@ -152,7 +152,7 @@ public:
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void mathAsLatex(WriteStream &) const;
+       void mathAsLatex(TeXMathStream &) const;
        ///
        void toString(odocstream &) const override;
        ///
@@ -288,7 +288,7 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y) override;
        ///
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        /// helper function
        bool display() const { return rowFlags() & Display; }