]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
adjust
[features.git] / src / insets / insettext.C
index 03a58fa4e9d74ab844d5014190c34ee35894430b..3355374259fdf4c345b553e51ce725933b41c29f 100644 (file)
@@ -234,9 +234,9 @@ void InsetText::read(Buffer const * buf, LyXLex & lex)
 
        clear();
        
-       while (lex.IsOK()) {
+       while (lex.isOK()) {
                lex.nextToken();
-               token = lex.GetString();
+               token = lex.getString();
                if (token.empty())
                        continue;
                if (token == "\\end_inset") {