X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=6bac8b87ff96420044a29e081df1f6fed1957eb6;hb=7cb3b054916d146ccf5b57d15351b448775af26a;hp=743e74a3527df5a8016e074d0ab9b97b9e6ae806;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/converter.h b/src/converter.h index 743e74a352..6bac8b87ff 100644 --- a/src/converter.h +++ b/src/converter.h @@ -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]; } ///