summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/lazydelete.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/lazydelete.hxx')
-rw-r--r--vcl/inc/vcl/lazydelete.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/lazydelete.hxx b/vcl/inc/vcl/lazydelete.hxx
index 46804f3b54cb..0a1e2a30f5f5 100644
--- a/vcl/inc/vcl/lazydelete.hxx
+++ b/vcl/inc/vcl/lazydelete.hxx
@@ -32,7 +32,7 @@
#include "dllapi.h"
#include <vector>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <algorithm>
#if OSL_DEBUG_LEVEL > 2
@@ -123,7 +123,7 @@ namespace vcl
};
std::vector< DeleteObjectEntry > m_aObjects;
- typedef std::hash_map< sal_IntPtr, unsigned int > PtrToIndexMap;
+ typedef boost::unordered_map< sal_IntPtr, unsigned int > PtrToIndexMap;
PtrToIndexMap m_aPtrToIndex;
/** strict weak ordering funtion to bring objects to be destroyed lazily