From 2305fd838c33dc71a653ff9b53275a1a8124b821 Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sun, 15 Jan 2017 01:40:23 +0100 Subject: [PATCH] Fix compilation with --disable-cxx11 --- src/frontends/qt4/GuiFontMetrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5