]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Another warning.
[lyx.git] / src / mathed / InsetMathGrid.h
index 0dff138b3722101bdd43fce2e43aac4869486493..3b1b5a1c25109b1c6e072013d8f8457ac8b5a50b 100644 (file)
@@ -240,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, bool last_eoln) 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