]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
rename LyXLex into Lexer
[lyx.git] / src / mathed / MathMacroTemplate.h
index 34029c00bd9149ddb37475dffeae2c9a06bf0810..dc0b278e72ea3feb0d923ea4b9ca434cbb7b3be8 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef MATH_MACROTEMPLATE_H
 #define MATH_MACROTEMPLATE_H
 
-#include "MathData.h"
+#include "MathArray.h"
 #include "MathMacroTable.h"
 #include "InsetMathNest.h"
 
@@ -39,7 +39,7 @@ public:
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
-       void read(Buffer const &, LyXLex & lex);
+       void read(Buffer const &, Lexer & lex);
        ///
        void write(Buffer const &, std::ostream & os) const;
        ///