From: Vincent van Ravesteijn Date: Sat, 24 Mar 2012 14:25:30 +0000 (+0100) Subject: Fix monolithic build (bug #8079) X-Git-Tag: 2.0.4~162^2~8 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c32c85c140b9f0f00732c677ac55037842686fd7;p=features.git Fix monolithic build (bug #8079) --- diff --git a/src/frontends/qt4/GuiBranches.cpp b/src/frontends/qt4/GuiBranches.cpp index 9c59f125e4..9445a16567 100644 --- a/src/frontends/qt4/GuiBranches.cpp +++ b/src/frontends/qt4/GuiBranches.cpp @@ -37,6 +37,9 @@ #include #include +#ifdef KeyPress +#undef KeyPress +#endif namespace lyx { namespace frontend {