]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
Last (?) batch of renames:
[lyx.git] / src / mathed / MathMacroTemplate.h
index dc0b278e72ea3feb0d923ea4b9ca434cbb7b3be8..b657ea4793971fdf24d18f4b9f84c939856f23c6 100644 (file)
@@ -13,8 +13,8 @@
 #ifndef MATH_MACROTEMPLATE_H
 #define MATH_MACROTEMPLATE_H
 
-#include "MathArray.h"
-#include "MathMacroTable.h"
+#include "MathData.h"
+#include "MacroTable.h"
 #include "InsetMathNest.h"
 
 #include "support/types.h"
@@ -30,12 +30,12 @@ public:
        ///
        MathMacroTemplate(docstring const & name, int nargs,
                docstring const & type,
-               MathArray const & = MathArray(),
-               MathArray const & = MathArray());
+               MathData const & = MathData(),
+               MathData const & = MathData());
        ///
        explicit MathMacroTemplate(const docstring & str);
        ///
-       void edit(LCursor & cur, bool left);
+       void edit(Cursor & cur, bool left);
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///