Kaydet (Commit) 1a86f564 authored tarafından Mike Kaganski's avatar Mike Kaganski

Cppcheck: make 1-argument ctors explicit

Change-Id: I437988b238af961c6a3ac61ed4e93ea8206f6001
Reviewed-on: https://gerrit.libreoffice.org/60123
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 3efc3f49
......@@ -70,7 +70,7 @@ class FWI_DLLPUBLIC ShareableMutex
class ShareGuard
{
public:
ShareGuard( ShareableMutex& rShareMutex ) :
explicit ShareGuard( ShareableMutex& rShareMutex ) :
m_rShareMutex( rShareMutex )
{
m_rShareMutex.acquire();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment