]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathGrid.h
Fix bug #6595: empty last row of matrix or eqnarray vanishes.
[features.git] / src / mathed / InsetMathGrid.h
index efb2fcc236ca44c661ebfa3bcb89a5c5c036632b..0dff138b3722101bdd43fce2e43aac4869486493 100644 (file)
@@ -240,7 +240,7 @@ 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 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