]> git.lyx.org Git - features.git/blobdiff - src/mathed/array.h
mathed67.diff
[features.git] / src / mathed / array.h
index e0583eba58831d749637a2e77b67baf52c9b59b4..533d5955f508bf2f519d82e538162a39ff221118 100644 (file)
@@ -20,6 +20,7 @@
 #include <iosfwd>
 
 #include "mathed/support.h"
+#include "math_defs.h"
 
 class MathedInset;
 class MathMacro;
@@ -120,6 +121,10 @@ public:
        void deep_copy();
        ///
        void substitute(MathMacro *);
+       ///
+       void push_back(MathedInset * inset, int t);
+       ///
+       void push_back(byte, MathedTextCodes);
 private:
        /// Buffer
        buffer_type bf_;