From 70b09d932225027d531c9a95317320174f8ad687 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Nov 2015 10:09:57 +0000 Subject: cppcheck: noExplicitConstructor Change-Id: I1934441858baeeb41a46f694dbcef2d846b308b7 --- javaunohelper/source/vm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper') diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx index cccec06fc619..794a1d51208c 100644 --- a/javaunohelper/source/vm.cxx +++ b/javaunohelper/source/vm.cxx @@ -47,7 +47,7 @@ protected: virtual void SAL_CALL disposing() override; public: - inline SingletonFactory( ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access ) + explicit SingletonFactory( ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access ) : t_impl( m_mutex ), m_vm_access( vm_access ) {} -- cgit