]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetfloatlist.C
index cdd1d857af799cabfa24234df407e17a4c5c7ae5..54d5f67a0dc203a8ccc9e3986be76eafd297a0fa 100644 (file)
@@ -82,7 +82,7 @@ void InsetFloatList::read(Buffer const & buf, LyXLex & lex)
        } else
                lex.printError("InsetFloatList: Parse error: `$$Token'");
        while (lex.isOK()) {
-               lex.nextToken();
+               lex.next();
                token = lex.getString();
                if (token == "\\end_inset")
                        break;