From: Vincent van Ravesteijn Date: Mon, 18 Oct 2010 11:30:30 +0000 (+0000) Subject: Let asyncBufferProcessing return a value also if EXPORT_in_THREAD is turned off. X-Git-Tag: 2.0.0~2351 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5b2ede473ec93d09f9a8e2f45d96c090e1a2fdfe;p=features.git 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 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 0c94fed26d..eb2dfc3080 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2876,6 +2876,7 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing( return (used_buffer->*previewFunc)(format, update_unincluded); } (void) asyncFunc; + return false; #endif }