]> git.lyx.org Git - lyx.git/blobdiff - src/InsetIterator.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / InsetIterator.cpp
index 155f60f26ab45fa438f326ae8fc73b7aaa11c919..d9ed1e3737e23f7510cc13edd7945c8f6714c1a9 100644 (file)
@@ -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)
 {
 }