summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-04 14:21:13 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-04 14:21:13 +0100
commit311a92f23b744c8dfd8fb45be13a8e355b3f7b75 (patch)
tree44030a18eb8c6a3869f7d616a9076a2ca2b0ebb1
parentboost::unordered_map->std::unordered_map (diff)
downloadcore-311a92f23b744c8dfd8fb45be13a8e355b3f7b75.tar.gz
core-311a92f23b744c8dfd8fb45be13a8e355b3f7b75.zip
connectivity: fix gcc-4.8 build
Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b
-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 3d3bb132af74..20526ce51af3 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -158,7 +158,7 @@ typedef ::std::vector< OString > OStringVector;
typedef std::unordered_map
<
- const sal_Int32,
+ sal_Int32,
OUString,
::boost::hash< sal_Int32 >,
::std::equal_to< sal_Int32 >