summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-03 22:45:15 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-03 22:45:15 +0100
commit8214a6d7a83721929a0545c8414e5a96e5c558f5 (patch)
tree57d7d2cbe8b494ca2b99648fc7ec1f3ff9fd9e9d
parent79f115b91e5ad4d9038e127bf0b57843e157eac9 (diff)
sw: fix gcc-4.8 build
Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de0
-rw-r--r--sw/source/core/inc/layouter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/layouter.hxx b/sw/source/core/inc/layouter.hxx
index 0287c3b8ad22..3df42e9c5baf 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: