summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-07 22:21:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-07 22:21:48 +0100
commite05856c798c227ca2e38d33d5e30aad2f711b8bb (patch)
tree706bf87fa7a1dcebcfebef28ac324ea96d0ea3af /connectivity/source/drivers/postgresql/pq_connection.hxx
parent2ef7f7efbffe036864ad0c73c974a16a0b4401ff (diff)
Fix build of pgsql connector (std::hash -> boost::hash)
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 2a34025668ac..1ff8a1aa7712 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -183,7 +183,7 @@ typedef ::boost::unordered_map
<
const sal_Int32,
rtl::OUString,
- ::std::hash< sal_Int32 >,
+ ::boost::hash< sal_Int32 >,
::std::equal_to< sal_Int32 >,
Allocator< ::std::pair< sal_Int32, ::rtl::OUString > >
> Int2StringMap;