]> git.lyx.org Git - lyx.git/blobdiff - src/insetiterator.C
code cosmetics to the iterator fix
[lyx.git] / src / insetiterator.C
index 919fcb693f64ce743e58c2464311ee2f4df11b4a..c3d5fc392fe1fe17dac40c6fac4b15157dcb9029 100644 (file)
@@ -1,3 +1,15 @@
+/**
+ * \file insetiterator.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Alfredo Braunstein
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#include <config.h>
 
 #include "insetiterator.h"
 
@@ -5,7 +17,7 @@
 
 
 InsetIterator::InsetIterator(InsetBase & inset)
-       : DocumentIterator(inset)
+       : DocIterator(inset)
 {
 }