From 311a92f23b744c8dfd8fb45be13a8e355b3f7b75 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 4 Jan 2015 14:21:13 +0100 Subject: [PATCH] connectivity: fix gcc-4.8 build Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b --- connectivity/source/drivers/postgresql/pq_connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >