]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.cpp
Fix compilation on win
[lyx.git] / src / ModuleList.cpp
index e2471ed5e5bbec2ca04e3e501f5acbae462c3493..4127c4d39c27390806b7d0d66ce351f4a1c70531 100644 (file)
@@ -154,7 +154,7 @@ bool ModuleList::read()
                                break;
                        string const fname = lex.getString();
                        LYXERR(Debug::TCLASS, "Filename: " << fname);
-                       if (!lex.next())
+                       if (!lex.next(true))
                                break;
                        string const desc = lex.getString();
                        LYXERR(Debug::TCLASS, "Description: " << desc);