]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathGrid.h
Rename eolString() to eol() and pass a MathTeXStream parameter
[features.git] / src / mathed / InsetMathGrid.h
index ce8a8524011c44b60d614589bc2d8caf93b5c40f..ae95eaf0957086e79c34662bf71e8c89c8a3c9d2 100644 (file)
@@ -246,8 +246,8 @@ protected:
        virtual int rightMargin() const { return 0; }
 
        /// returns proper 'end of line' code for LaTeX
-       virtual docstring eolString(row_type row, bool fragile, bool latex,
-                       bool last_eoln) const;
+       virtual void eol(TeXMathStream & os, 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