X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetIterator.cpp;h=d9ed1e3737e23f7510cc13edd7945c8f6714c1a9;hb=d6a93143ec2146210d79f58cac42f9608da86100;hp=39ffe5684a60e8e5c51130c2bb986af2bb164ff7;hpb=7f461f4392a19cf488dec005d2f12cfea83655d9;p=lyx.git diff --git a/src/InsetIterator.cpp b/src/InsetIterator.cpp index 39ffe5684a..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. */ @@ -13,14 +13,14 @@ #include "InsetIterator.h" -#include "support/assert.h" +#include "support/lassert.h" namespace lyx { InsetIterator::InsetIterator(Inset & inset) - : DocIterator(inset) + : DocIterator(&inset.buffer(), &inset) { }