X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetIterator.cpp;h=d9ed1e3737e23f7510cc13edd7945c8f6714c1a9;hb=b874bdfd402a94428c8f5fe7ef2180146069120a;hp=b0f22d302c4062ca5119d91dcc80be23e50a44c1;hpb=72ca0c5b7b3e03992fc3e360ca3407eb3b29d469;p=lyx.git diff --git a/src/InsetIterator.cpp b/src/InsetIterator.cpp index b0f22d302c..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 +#include "support/lassert.h" namespace lyx { InsetIterator::InsetIterator(Inset & inset) - : DocIterator(inset) + : DocIterator(&inset.buffer(), &inset) { }