sw/source/core/inc/layouter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8214a6d7a83721929a0545c8414e5a96e5c558f5 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Sat Jan 3 22:45:15 2015 +0100 sw: fix gcc-4.8 build Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de0 diff --git a/sw/source/core/inc/layouter.hxx b/sw/source/core/inc/layouter.hxx index 0287c3b..3df42e9 100644 --- a/sw/source/core/inc/layouter.hxx +++ b/sw/source/core/inc/layouter.hxx @@ -89,7 +89,7 @@ private: p_key1.mnFreeSpaceInNewUpper == p_key2.mnFreeSpaceInNewUpper; } }; - std::unordered_map< const tMoveBwdLayoutInfoKey, sal_uInt16, + std::unordered_map< tMoveBwdLayoutInfoKey, sal_uInt16, fMoveBwdLayoutInfoKeyHash, fMoveBwdLayoutInfoKeyEq > maMoveBwdLayoutInfo; public: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits