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