mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
d8351db924
commit
da45f74df2
@ -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 << '.');
|
||||
|
Loading…
Reference in New Issue
Block a user