diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-15 16:34:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-15 16:34:51 +0000 |
commit | 21005d0ded0dfb5cf1bd7f4858cba6b6735dd341 (patch) | |
tree | 4b5bfda77df6a9face2e3455d3ee5640d3a3f1c8 /connectivity/source | |
parent | 40c44ed643acde1d3b9ab0177a09bdb8b3083dea (diff) |
fix build of kde3 addressbook
Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/kab/KStatement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx index dd6f22b8f56a..a59070cfa2d7 100644 --- a/connectivity/source/drivers/kab/KStatement.cxx +++ b/connectivity/source/drivers/kab/KStatement.cxx @@ -64,7 +64,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) : KabCommonStatement_BASE(m_aMutex), OPropertySetHelper(KabCommonStatement_BASE::rBHelper), m_aParser(_pConnection->getComponentContext()), - m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), m_aParser, nullptr ), + m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), m_aParser), m_pParseTree(nullptr), m_pConnection(_pConnection), rBHelper(KabCommonStatement_BASE::rBHelper) |