Forgot to change this line.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27282 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-11-05 19:46:22 +00:00
parent 362d6e468f
commit 3ac4460c07

View File

@ -1509,7 +1509,7 @@ bool BufferParams::removeBadModules()
}
if (excluded)
continue;
layoutModules_.push_back(*oit);
layoutModules_.push_back(modname);
}
return consistent;
}