X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FInsetIterator.cpp;h=d9ed1e3737e23f7510cc13edd7945c8f6714c1a9;hb=6cc83c5072b999ae3c41c79a8e4e3d168ff82024;hp=155f60f26ab45fa438f326ae8fc73b7aaa11c919;hpb=9b4a26a252b2da164fcd6aa84feed0a738b16c10;p=lyx.git diff --git a/src/InsetIterator.cpp b/src/InsetIterator.cpp index 155f60f26a..d9ed1e3737 100644 --- a/src/InsetIterator.cpp +++ b/src/InsetIterator.cpp @@ -4,7 +4,7 @@ * Licence details can be found in the file COPYING. * * \author Alfredo Braunstein - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -20,7 +20,7 @@ namespace lyx { InsetIterator::InsetIterator(Inset & inset) - : DocIterator(inset) + : DocIterator(&inset.buffer(), &inset) { }