[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Sat Jan 3 13:45:52 PST 2015


 sw/source/core/inc/layouter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8214a6d7a83721929a0545c8414e5a96e5c558f5
Author: Miklos Vajna <vmiklos at 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:


More information about the Libreoffice-commits mailing list