enable EXPORT_in_THREAD to prevent gui calls in non gui-threads

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35741 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-10-21 00:24:57 +00:00
parent f54200b078
commit fc8d5ee0b6
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
// sync with GuiView.cpp
#define EXPORT_in_THREAD 0
#define EXPORT_in_THREAD 1
using namespace std;

View File

@ -51,4 +51,4 @@ void IntoGuiThreadMover::doFunctionCall()
} // namespace frontend
} // namespace lyx
#include "moc_InGuiThread.cpp"