X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.h;h=6f92852a0171ddb77039c82b7e6f7961be512b6f;hb=f6d505c1ee494ab0d30eebba86082c86a915e1df;hp=72dca0d157e32c02308bb9700a86b4298862eaeb;hpb=d65020b293ab208b1391f96a731e53e0c7274a02;p=lyx.git diff --git a/src/mathed/MathData.h b/src/mathed/MathData.h index 72dca0d157..6f92852a01 100644 --- a/src/mathed/MathData.h +++ b/src/mathed/MathData.h @@ -22,6 +22,7 @@ #include "support/strfwd.h" +#include #include @@ -166,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);