summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/ZConnectionPool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/cpool/ZConnectionPool.hxx')
-rw-r--r--connectivity/source/cpool/ZConnectionPool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx
index 04119d92d7a1..b23db6005fa4 100644
--- a/connectivity/source/cpool/ZConnectionPool.hxx
+++ b/connectivity/source/cpool/ZConnectionPool.hxx
@@ -123,7 +123,7 @@ namespace connectivity
private:
css::uno::Reference< css::sdbc::XConnection> createNewConnection(const OUString& _rURL,
const css::uno::Sequence< css::beans::PropertyValue >& _rInfo);
- css::uno::Reference< css::sdbc::XConnection> getPooledConnection(TConnectionMap::iterator& _rIter);
+ css::uno::Reference< css::sdbc::XConnection> getPooledConnection(TConnectionMap::iterator const & _rIter);
// calculate the timeout and the corresponding ALiveCount
void calculateTimeOuts();