]> git.lyx.org Git - lyx.git/blobdiff - src/InsetIterator.h
Revert "Fix commented out code"
[lyx.git] / src / InsetIterator.h
index 75bb08e9d33f46a0f41f624558b6bf4aab676bdb..96d16cb3860bfd37a4fb888f27533b605f76aaf6 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -33,9 +33,9 @@ public:
        Inset & operator*() { return *nextInset(); }
 };
 
-InsetIterator inset_iterator_begin(Inset & inset);
+InsetIterator begin(Inset & inset);
 
-InsetIterator inset_iterator_end(Inset & inset);
+InsetIterator end(Inset & inset);