X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDocIterator.h;h=8b23312b2e451020e503246475f783c8213e0da9;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=d994c3a1e7a20a50007e4eabddb91b0e007a5c74;hpb=036f97a02e4d8bcdd7d7a55b791617e5ad8a780b;p=lyx.git diff --git a/src/DocIterator.h b/src/DocIterator.h index d994c3a1e7..8b23312b2e 100644 --- a/src/DocIterator.h +++ b/src/DocIterator.h @@ -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 & cut); /// cut off CursorSlices with index > above