summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 15:41:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 15:41:23 +0200
commit7ab84fab539fd3619894536815e19fd24af87a6b (patch)
tree2914a4e768ac604720256d9de8ab9254580ef9a6 /connectivity
parent68fc92db88f17f1dc6113eafbb9e95ebf06d90d1 (diff)
fix build
after commit 0d051730156f633150fa9e3107fe97cf7be6d8f9 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Tue Nov 15 09:13:33 2016 +0200 loplugin:constantparam Change-Id: Ia3e761168043e5a8d22793689e9f224a85a6b7ca
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index 98dd28a37524..4cad191ccaa5 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -75,7 +75,7 @@ OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)
, m_xResultSet(nullptr)
, m_pConnection(_pConnection)
, m_aParser(_pConnection->getDriver().getComponentContext())
- , m_aSQLIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser, nullptr )
+ , m_aSQLIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser )
, m_pParseTree(nullptr)
, m_nMaxFieldSize(0)
, m_nMaxRows(0)