diff options
Diffstat (limited to 'connectivity/source/drivers/file/fcomp.cxx')
-rw-r--r-- | connectivity/source/drivers/file/fcomp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx index d922a5293022..1953fb5303a6 100644 --- a/connectivity/source/drivers/file/fcomp.cxx +++ b/connectivity/source/drivers/file/fcomp.cxx @@ -134,7 +134,7 @@ void OPredicateCompiler::start(OSQLParseNode const * pSQLParseNode) } -OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) +OOperand* OPredicateCompiler::execute(OSQLParseNode const * pPredicateNode) { OOperand* pOperand = nullptr; if (pPredicateNode->count() == 3 && // Expression is bracketed @@ -408,7 +408,7 @@ void OPredicateCompiler::execute_ISNULL(OSQLParseNode const * pPredicateNode) m_aCodeList.push_back(pOperator); } -OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode* pPredicateNode) +OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode const * pPredicateNode) { OOperand* pOperand = nullptr; |