]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspace.C
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetspace.C
index bca145631862e4af3d9099a40c85f1fb0797d62e..11cc7925e14f87bf62556a4b40e53632059deaa0 100644 (file)
@@ -137,7 +137,7 @@ void InsetSpace::write(Buffer const &, ostream & os) const
 // This function will not be necessary when lyx3
 void InsetSpace::read(Buffer const &, LyXLex & lex)
 {
-       lex.nextToken();
+       lex.next();
        string const command = lex.getString();
 
        if (command == "\\space")