X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNest.h;h=408d13a05b5c70623dab04abd1ee0d12790a2f91;hb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;hp=4f12d7d7bf8934aad436312b15395aa04b02dfa9;hpb=cd95a4bae8cc2a134597369a3cf8b6ea4ddf74e4;p=lyx.git diff --git a/src/mathed/InsetMathNest.h b/src/mathed/InsetMathNest.h index 4f12d7d7bf..408d13a05b 100644 --- a/src/mathed/InsetMathNest.h +++ b/src/mathed/InsetMathNest.h @@ -48,7 +48,8 @@ public: void cursorPos(BufferView const & bv, CursorSlice const & sl, bool boundary, int & x, int & y) const; /// - void edit(Cursor & cur, bool left); + void edit(Cursor & cur, bool front, + EntryDirectionType entry_from = IGNORE_ENTRY_DIRECTION); /// Inset * editXY(Cursor & cur, int x, int y);