From d6790de07ff225f9e5b58152d01719e5fbe9e6cd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 15 Jul 2015 17:32:31 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: Id438b987f72ae57bd4fa882e01fba17d3fa5b95b --- store/source/store.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store') diff --git a/store/source/store.cxx b/store/source/store.cxx index 22fc68f80511..04b9cc1c6666 100644 --- a/store/source/store.cxx +++ b/store/source/store.cxx @@ -41,7 +41,7 @@ template class OStoreHandle : public rtl::Reference { public: - OStoreHandle (store_handle_type * pHandle) + explicit OStoreHandle (store_handle_type * pHandle) : rtl::Reference (pHandle) {} -- cgit