From: Jean-Marc Lasgouttes Date: Thu, 8 Apr 2010 10:23:54 +0000 (+0000) Subject: fix (again) monolithic build X-Git-Tag: 2.0.0~3514 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a51d67deddc2f947b47ddc6e6ebc8e3328c8611e;p=features.git fix (again) monolithic build git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34089 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiSelectionManager.cpp b/src/frontends/qt4/GuiSelectionManager.cpp index 6e712ae027..1a7ae9d9de 100644 --- a/src/frontends/qt4/GuiSelectionManager.cpp +++ b/src/frontends/qt4/GuiSelectionManager.cpp @@ -32,6 +32,10 @@ #undef ControlModifier #endif +#ifdef FocusIn +#undef FocusIn +#endif + namespace lyx { namespace frontend {