Fix compilation with --disable-cxx11

This commit is contained in:
Guillaume Munch 2017-01-15 01:40:23 +01:00
parent ee5c96149e
commit 2305fd838c

View 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