Kaydet (Commit) 21005d0d authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build of kde3 addressbook

Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd
üst 40c44ed6
...@@ -64,7 +64,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* _pConnection ) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment