X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=6bac8b87ff96420044a29e081df1f6fed1957eb6;hb=7cb3b054916d146ccf5b57d15351b448775af26a;hp=d9d823abcddd21f190ddd9fce500bbdd82e9012f;hpb=9a3176581dc3e9aee62d908faf8d48ddb43d4cc3;p=lyx.git diff --git a/src/converter.h b/src/converter.h index d9d823abcd..6bac8b87ff 100644 --- a/src/converter.h +++ b/src/converter.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -89,7 +89,7 @@ public: /// typedef FormatList::const_iterator const_iterator; /// - Format const & Get(int i) const { + Format const & Get(FormatList::size_type i) const { return formatlist[i]; } ///