diff options
Diffstat (limited to 'connectivity/source/drivers/evoab2/NTables.hxx')
-rw-r--r-- | connectivity/source/drivers/evoab2/NTables.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NTables.hxx b/connectivity/source/drivers/evoab2/NTables.hxx index b1acf94daac7..bc886d1d4383 100644 --- a/connectivity/source/drivers/evoab2/NTables.hxx +++ b/connectivity/source/drivers/evoab2/NTables.hxx @@ -38,7 +38,7 @@ namespace connectivity sdbcx::OCollection(_rParent,true,_rMutex,_rVector), m_xMetaData(_rMetaData) {} - virtual void SAL_CALL disposing() override; + virtual void disposing() override; }; } } |