X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.h;h=6f92852a0171ddb77039c82b7e6f7961be512b6f;hb=f6d505c1ee494ab0d30eebba86082c86a915e1df;hp=877ce319706b0be204f003281914adab0c44b95e;hpb=2f572f7a289063e8203a4947a1e6adba8d7c6ad8;p=lyx.git diff --git a/src/mathed/MathData.h b/src/mathed/MathData.h index 877ce31970..6f92852a01 100644 --- a/src/mathed/MathData.h +++ b/src/mathed/MathData.h @@ -167,7 +167,7 @@ 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 updateBuffer(ParIterator const &, UpdateType);