summaryrefslogtreecommitdiff
path: root/include/connectivity/dbmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/dbmetadata.hxx')
-rw-r--r--include/connectivity/dbmetadata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx
index b16f8ed8de41..ead3b9b58960 100644
--- a/include/connectivity/dbmetadata.hxx
+++ b/include/connectivity/dbmetadata.hxx
@@ -86,7 +86,7 @@ namespace dbtools
/** resets the instance so that it's based on a new connection
*/
- inline void reset( const css::uno::Reference< css::sdbc::XConnection >& _connection )
+ void reset( const css::uno::Reference< css::sdbc::XConnection >& _connection )
{
*this = DatabaseMetaData( _connection );
}