Compile fix for r34950.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-07-17 21:22:32 +00:00
parent d8351db924
commit da45f74df2

View File

@ -104,7 +104,7 @@ bool LayoutFileList::read()
if (real_file.empty()) {
LYXERR0("LayoutFileList::Read: unable to find textclass file "
<< "`textclass.lst'.";
<< "`textclass.lst'.");
} else if (!lex.setFile(real_file)) {
LYXERR0("LayoutFileList::Read: lyxlex was not able to set file: "
<< real_file << '.');