diff options
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HViews.cxx')
-rw-r--r-- | connectivity/source/drivers/hsqldb/HViews.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/hsqldb/HViews.cxx b/connectivity/source/drivers/hsqldb/HViews.cxx index 13a538371467..157cd8481e9d 100644 --- a/connectivity/source/drivers/hsqldb/HViews.cxx +++ b/connectivity/source/drivers/hsqldb/HViews.cxx @@ -78,7 +78,7 @@ void HViews::impl_refresh( ) throw(RuntimeException) static_cast<OHCatalog&>(m_rParent).refreshTables(); } -void HViews::disposing(void) +void HViews::disposing() { m_xMetaData.clear(); OCollection::disposing(); |