]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / DocIterator.h
index d994c3a1e7a20a50007e4eabddb91b0e007a5c74..8b23312b2e451020e503246475f783c8213e0da9 100644 (file)
@@ -214,7 +214,7 @@ public:
        /// find index of CursorSlice with &cell() == &cell (or -1 if not found)
        int find(MathData const & cell) const;
        /// find index of CursorSlice with inset() == inset (or -1 of not found)
-       int find(InsetMath const * inset) const;
+       int find(Inset const * inset) const;
        /// cut off CursorSlices with index > above and store cut off slices in cut.
        void cutOff(int above, std::vector<CursorSlice> & cut);
        /// cut off CursorSlices with index > above