summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/fcomp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/fcomp.hxx')
-rw-r--r--connectivity/source/inc/file/fcomp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx
index 5c3d0f2d773e..90f99dc86899 100644
--- a/connectivity/source/inc/file/fcomp.hxx
+++ b/connectivity/source/inc/file/fcomp.hxx
@@ -47,7 +47,7 @@ namespace connectivity
public:
OPredicateCompiler(OSQLAnalyzer* pAnalyzer);
- virtual ~OPredicateCompiler();
+ virtual ~OPredicateCompiler() override;
inline static void * SAL_CALL operator new( size_t nSize )
{ return ::rtl_allocateMemory( nSize ); }
@@ -86,7 +86,7 @@ namespace connectivity
public:
OPredicateInterpreter(const ::rtl::Reference<OPredicateCompiler>& rComp) : m_rCompiler(rComp){}
- virtual ~OPredicateInterpreter();
+ virtual ~OPredicateInterpreter() override;
bool evaluate(OCodeList& rCodeList);
void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);