]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
Years forgotten files.
[lyx.git] / src / mathed / MathData.h
index 72dca0d157e32c02308bb9700a86b4298862eaeb..6f92852a0171ddb77039c82b7e6f7961be512b6f 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "support/strfwd.h"
 
+#include <cstddef>
 #include <vector>
 
 
@@ -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);