X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacro.h;h=5d1428c7c0ee6c6a68669f0ff85ef8a307bd2d60;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=2c455e44c077b59068fc91d529d68eff39dc193e;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/MathMacro.h b/src/mathed/MathMacro.h index 2c455e44c0..5d1428c7c0 100644 --- a/src/mathed/MathMacro.h +++ b/src/mathed/MathMacro.h @@ -16,7 +16,7 @@ #include "InsetMathNest.h" #include "MathData.h" #include "InsetMathNest.h" -#include "MathMacroTable.h" +#include "MacroTable.h" namespace lyx { @@ -42,7 +42,7 @@ public: void cursorPos(BufferView const & bv, CursorSlice const & sl, bool boundary, int & x, int & y) const; /// - InsetBase * editXY(Cursor & cur, int x, int y); + Inset * editXY(Cursor & cur, int x, int y); /// target pos when we enter the inset from the left by pressing "Right" bool idxFirst(Cursor &) const; /// target pos when we enter the inset from the right by pressing "Left" @@ -69,7 +69,7 @@ public: void infoize2(odocstream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// void updateExpansion() const; ///