diff options
author | tymyjan <tymyjan@yahoo.co.uk> | 2016-04-27 21:09:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-28 07:26:58 +0000 |
commit | 12694155608762056d5cbf0f89dd1675a7aefb45 (patch) | |
tree | 2e3afca90ee871aaa841a5c635254fc37d66d684 | |
parent | 6dbcebab6d6b82bed03dae2aedf774b7a4e9841e (diff) |
tdf#97499 Fixed containers parameters clearing #7
Change-Id: Ieb9ab0f9c011a24ba329cfb063e3d7733dd1afcb
Reviewed-on: https://gerrit.libreoffice.org/24440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx index f16e0d49d59f..9d8056d1fdc4 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -309,7 +309,7 @@ static inline OUString toRTTIname( //RTTI simulation -typedef std::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap; +typedef std::unordered_map< OUString, void *, OUStringHash > t_string2PtrMap; class __type_info_descriptor; class RTTInfos |