fix build of kde3 addressbook

Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd
This commit is contained in:
Caolán McNamara
2016-11-15 16:34:11 +00:00
parent 40c44ed643
commit 21005d0ded

View File

@@ -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)