mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Compil fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36150 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4397cef1f8
commit
0586a14d63
@ -116,13 +116,13 @@ void GuiProgress::updateWithLyXErr()
|
||||
|
||||
void GuiProgress::lyxerrConnect()
|
||||
{
|
||||
lyxerr.setSecond(&lyxerr_stream_);
|
||||
lyxerr.setSecondStream(&lyxerr_stream_);
|
||||
}
|
||||
|
||||
|
||||
void GuiProgress::lyxerrDisconnect()
|
||||
{
|
||||
lyxerr.setSecond(0);
|
||||
lyxerr.setSecondStream(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user