]> git.lyx.org Git - features.git/commitdiff
Let asyncBufferProcessing return a value also if EXPORT_in_THREAD is turned off.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 18 Oct 2010 11:30:30 +0000 (11:30 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 18 Oct 2010 11:30:30 +0000 (11:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35706 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

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