]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
oh well
[lyx.git] / src / mathed / math_gridinset.h
index 58d6af14b69b6a12da457466ef636eaaf87fddad..b31cafae4f3700155917001f2e19909f3ac3d114 100644 (file)
@@ -130,7 +130,9 @@ public:
        ///
        bool idxEnd(idx_type &, pos_type &) const;
        ///
-       void idxDelete(idx_type &, bool &, bool &);
+       bool idxDelete(idx_type &);
+       /// pulls cell after pressing erase
+       void idxGlue(idx_type idx);
 
        ///
        virtual void addRow(row_type);