[Libreoffice-commits] core.git: connectivity/source
Miklos Vajna
vmiklos at collabora.co.uk
Sun Jan 4 05:41:50 PST 2015
connectivity/source/drivers/postgresql/pq_connection.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 311a92f23b744c8dfd8fb45be13a8e355b3f7b75
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Sun Jan 4 14:21:13 2015 +0100
connectivity: fix gcc-4.8 build
Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 3d3bb13..20526ce 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 >
More information about the Libreoffice-commits
mailing list