From: Guillaume Munch Date: Sun, 15 Jan 2017 00:40:23 +0000 (+0100) Subject: Fix compilation with --disable-cxx11 X-Git-Tag: 2.2.3~79 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2305fd838c33dc71a653ff9b53275a1a8124b821;p=features.git Fix compilation with --disable-cxx11 --- diff --git a/src/frontends/qt4/GuiFontMetrics.h b/src/frontends/qt4/GuiFontMetrics.h index 2b55d0ecb7..438ebb4c65 100644 --- a/src/frontends/qt4/GuiFontMetrics.h +++ b/src/frontends/qt4/GuiFontMetrics.h @@ -106,7 +106,7 @@ private: #ifdef CACHE_METRICS_BREAKAT /// Cache for breakAt - mutable QCache> breakat_cache_; + mutable QCache > breakat_cache_; #endif #ifdef CACHE_METRICS_QTEXTLAYOUT