From: Vincent van Ravesteijn Date: Sat, 24 Mar 2012 14:25:30 +0000 (+0100) Subject: Fix monolithic build (bug #8079) X-Git-Tag: 2.1.0beta1~1933^2~76 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7fbf23d91696d34ba5ffded885fed71460aa664b;p=lyx.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 {