]> git.lyx.org Git - lyx.git/blobdiff - src/InsetIterator.cpp
InsetInfo: enable inset dissolve
[lyx.git] / src / InsetIterator.cpp
index 39ffe5684a60e8e5c51130c2bb986af2bb164ff7..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.
  */
 
 #include "InsetIterator.h"
 
-#include "support/assert.h"
+#include "support/lassert.h"
 
 
 namespace lyx {
 
 
 InsetIterator::InsetIterator(Inset & inset)
-       : DocIterator(inset)
+       : DocIterator(&inset.buffer(), &inset)
 {
 }