]> git.lyx.org Git - features.git/commitdiff
Fix compilation with --disable-cxx11
authorGuillaume Munch <gm@lyx.org>
Sun, 15 Jan 2017 00:40:23 +0000 (01:40 +0100)
committerGuillaume Munch <gm@lyx.org>
Thu, 26 Jan 2017 00:10:39 +0000 (01:10 +0100)
src/frontends/qt4/GuiFontMetrics.h

index 2b55d0ecb79c6096f54fcbf3ad47617e2b6d541b..438ebb4c65638b15b388cd24b0620664064ae394 100644 (file)
@@ -106,7 +106,7 @@ private:
 
 #ifdef CACHE_METRICS_BREAKAT
        /// Cache for breakAt
-       mutable QCache<docstring, std::pair<int, int>> breakat_cache_;
+       mutable QCache<docstring, std::pair<int, int> > breakat_cache_;
 #endif
 
 #ifdef CACHE_METRICS_QTEXTLAYOUT