X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.h;h=07c115a2727d052cc42e978e9a084d38c3634c89;hb=ca339eb1991efcab02a5f1b7f33387b35df2a416;hp=9ec013d278480b607d671fa33927ec18261597bd;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 9ec013d278..07c115a272 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -23,7 +23,7 @@ namespace lyx { -class LyXLex; +class Lexer; class Buffer; class Menu; @@ -111,7 +111,7 @@ public: /// returns the status of the lfun associated with this entry void status(FuncStatus const & status) { status_ = status; } /** - * returns the binding associated to this action. + * returns the binding associated to this action. * Use the native UI format when \c forgui is true. */ docstring const binding(bool forgui) const; @@ -161,7 +161,7 @@ public: /// menu item. Menu & addWithStatusCheck(MenuItem const &); /// - Menu & read(LyXLex &); + Menu & read(Lexer &); /// docstring const & name() const { return name_; } /// @@ -207,7 +207,7 @@ public: /// MenuBackend() {} /// - void read(LyXLex &); + void read(Lexer &); /// void add(Menu const &); ///