diff options
Diffstat (limited to 'cppu/source/uno')
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index 8a87c7fc1912..e5c3568e023a 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -129,7 +129,7 @@ struct FctPtrHash : public std::unary_function< uno_Mapping *, size_t > typedef std::unordered_map< OUString, MappingEntry *, OUStringHash > t_OUString2Entry; typedef std::unordered_map< - uno_Mapping *, MappingEntry *, FctPtrHash, equal_to< uno_Mapping * > > t_Mapping2Entry; + uno_Mapping *, MappingEntry *, FctPtrHash > t_Mapping2Entry; typedef set< uno_getMappingFunc > t_CallbackSet; typedef set< OUString > t_OUStringSet; |