X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetIterator.h;h=96d16cb3860bfd37a4fb888f27533b605f76aaf6;hb=313d9fa4d056ed213607500076c1bd391a563b6d;hp=75bb08e9d33f46a0f41f624558b6bf4aab676bdb;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/InsetIterator.h b/src/InsetIterator.h index 75bb08e9d3..96d16cb386 100644 --- a/src/InsetIterator.h +++ b/src/InsetIterator.h @@ -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);