]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Another warning.
[lyx.git] / src / mathed / InsetMathGrid.h
index cd86b6b7f655e984d442d0cea9556357421a89b9..3b1b5a1c25109b1c6e072013d8f8457ac8b5a50b 100644 (file)
@@ -225,6 +225,8 @@ public:
        /// 
        void htmlize(HtmlStream &) const;
        ///
+       void htmlize(HtmlStream &, std::string attrib) const;
+       ///
        //void octave(OctaveStream &) const;
 
 protected:
@@ -238,7 +240,8 @@ protected:
        /// returns y offset of cell compared to inset
        int cellYOffset(idx_type idx) const;
        /// returns proper 'end of line' code for LaTeX
-       virtual docstring eolString(row_type row, bool fragile) const;
+       virtual docstring eolString(row_type row, bool fragile, bool latex,
+                       bool last_eoln) const;
        /// returns proper 'end of column' code for LaTeX
        virtual docstring eocString(col_type col, col_type lastcol) const;
        /// splits cells and shifts right part to the next cell