X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.h;h=6f92852a0171ddb77039c82b7e6f7961be512b6f;hb=f6d505c1ee494ab0d30eebba86082c86a915e1df;hp=9fa63a86f3fec78fa0dc10280b84aa46aa12c0be;hpb=7bbd67eb267966d1deb655ea126bc25a64fdf34d;p=lyx.git diff --git a/src/mathed/MathData.h b/src/mathed/MathData.h index 9fa63a86f3..6f92852a01 100644 --- a/src/mathed/MathData.h +++ b/src/mathed/MathData.h @@ -22,6 +22,7 @@ #include "support/strfwd.h" +#include #include @@ -166,9 +167,9 @@ public: /// attach/detach arguments to macros, updating the cur to /// stay visually at the same position (cur==0 is allowed) - void updateMacros(Cursor * cur, MacroContext const & mc); + void updateMacros(Cursor * cur, MacroContext const & mc, UpdateType); /// - void updateLabels(ParIterator const &, UpdateType); + void updateBuffer(ParIterator const &, UpdateType); protected: /// cached values for super/subscript placement