X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacro.h;h=8e9f1b23d051560462e892d7340cc94058b988a7;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=6193ec62febe70403c10a28fc4833e7acb52aea8;hpb=93baf8eb9b4df52aa86e0fe5de0b4cef57ba3e83;p=lyx.git diff --git a/src/mathed/MathMacro.h b/src/mathed/MathMacro.h index 6193ec62fe..8e9f1b23d0 100644 --- a/src/mathed/MathMacro.h +++ b/src/mathed/MathMacro.h @@ -48,6 +48,8 @@ public: /// target pos when we enter the inset from the right by pressing "Left" bool idxLast(Cursor &) const; /// + bool idxUpDown(Cursor & cur, bool up) const; + /// virtual bool notifyCursorLeaves(Cursor &); /// docstring name() const;