diff options
Diffstat (limited to 'connectivity/source/drivers/mysql/YViews.cxx')
-rw-r--r-- | connectivity/source/drivers/mysql/YViews.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql/YViews.cxx b/connectivity/source/drivers/mysql/YViews.cxx index a7ec2cac6310..cfe2998bf25d 100644 --- a/connectivity/source/drivers/mysql/YViews.cxx +++ b/connectivity/source/drivers/mysql/YViews.cxx @@ -72,7 +72,7 @@ void OViews::impl_refresh( ) throw(RuntimeException) static_cast<OMySQLCatalog&>(m_rParent).refreshTables(); } -void OViews::disposing(void) +void OViews::disposing() { m_xMetaData.clear(); OCollection::disposing(); |