diff options
Diffstat (limited to 'connectivity/source/cpool/ZConnectionWrapper.hxx')
-rw-r--r-- | connectivity/source/cpool/ZConnectionWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZConnectionWrapper.hxx b/connectivity/source/cpool/ZConnectionWrapper.hxx index 7905455cc0bb..f15487f8d77f 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.hxx +++ b/connectivity/source/cpool/ZConnectionWrapper.hxx @@ -45,7 +45,7 @@ namespace connectivity virtual void SAL_CALL disposing() SAL_OVERRIDE; virtual ~OConnectionWeakWrapper(); public: - OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _xConnection); + explicit OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _xConnection); // XServiceInfo DECLARE_SERVICE_INFO(); |