mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Let asyncBufferProcessing return a value also if EXPORT_in_THREAD is turned off.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35706 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e237d57020
commit
5b2ede473e
@ -2876,6 +2876,7 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
|
||||
return (used_buffer->*previewFunc)(format, update_unincluded);
|
||||
}
|
||||
(void) asyncFunc;
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user