mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix compilation with --disable-cxx11
This commit is contained in:
parent
ee5c96149e
commit
2305fd838c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user