From 7fbf23d91696d34ba5ffded885fed71460aa664b Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 24 Mar 2012 15:25:30 +0100 Subject: [PATCH] Fix monolithic build (bug #8079) --- src/frontends/qt4/GuiBranches.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.39.2