]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
change LyXScreen names to begin with lower case
[lyx.git] / src / converter.h
index d9d823abcddd21f190ddd9fce500bbdd82e9012f..6bac8b87ff96420044a29e081df1f6fed1957eb6 100644 (file)
@@ -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];
        }
        ///