Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34076 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-04-07 13:21:10 +00:00
parent b3ae6c671f
commit dfe751c701

View File

@ -1818,6 +1818,7 @@ void BufferParams::makeDocumentClass()
}
}
bool BufferParams::moduleCanBeAdded(string const & modName) const
{
return layoutModules_.moduleCanBeAdded(modName, baseClass());