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