fix build of kde3 addressbook
Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd
This commit is contained in:
@@ -64,7 +64,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* _pConnection )
|
|||||||
: KabCommonStatement_BASE(m_aMutex),
|
: KabCommonStatement_BASE(m_aMutex),
|
||||||
OPropertySetHelper(KabCommonStatement_BASE::rBHelper),
|
OPropertySetHelper(KabCommonStatement_BASE::rBHelper),
|
||||||
m_aParser(_pConnection->getComponentContext()),
|
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_pParseTree(nullptr),
|
||||||
m_pConnection(_pConnection),
|
m_pConnection(_pConnection),
|
||||||
rBHelper(KabCommonStatement_BASE::rBHelper)
|
rBHelper(KabCommonStatement_BASE::rBHelper)
|
||||||
|
Reference in New Issue
Block a user