]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
* do not ignore "requires" field in MathMacro
[lyx.git] / src / MenuBackend.h
index 9ec013d278480b607d671fa33927ec18261597bd..0ac9ee3e20859495c84d639b8977d740e66480c0 100644 (file)
@@ -23,7 +23,7 @@
 
 namespace lyx {
 
-class LyXLex;
+class Lexer;
 class Buffer;
 class Menu;
 
@@ -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 &);
        ///