X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathGrid.h;h=7683ad6305a9a22d9cdf99a80cd7b9bc1a67b5b0;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=4bea98172c9f0d295bbd2d81889d03edea94c6b0;hpb=137158532b1ac0cde1557226ee486b3fda39b545;p=lyx.git diff --git a/src/mathed/InsetMathGrid.h b/src/mathed/InsetMathGrid.h index 4bea98172c..7683ad6305 100644 --- a/src/mathed/InsetMathGrid.h +++ b/src/mathed/InsetMathGrid.h @@ -224,7 +224,7 @@ protected: bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus & flag) const; /// returns x offset of cell compared to inset - int cellXOffset(idx_type idx) const; + int cellXOffset(BufferView const &, idx_type idx) const; /// returns y offset of cell compared to inset int cellYOffset(idx_type idx) const; /// returns proper 'end of line' code for LaTeX