Committed wrong thing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36781 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-12-08 21:02:28 +00:00
parent 3f40bb1432
commit 51de359770

View File

@ -1457,7 +1457,7 @@ void GuiView::errors(string const & error_type, bool from_master)
{
BufferView const * const bv = currentBufferView();
if (!bv)
LASSERT(false, return);
return;
ErrorList & el = from_master ?
bv->buffer().masterBuffer()->errorList(error_type) :