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:
Vincent van Ravesteijn 2010-10-18 11:30:30 +00:00
parent e237d57020
commit 5b2ede473e

View File

@ -2876,6 +2876,7 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
return (used_buffer->*previewFunc)(format, update_unincluded);
}
(void) asyncFunc;
return false;
#endif
}