cppcheck: noExplicitConstructor

Change-Id: I38ba88252e2fcadb1a9b36fd0ee1db7d61959bbb
This commit is contained in:
Caolán McNamara
2015-05-03 09:35:29 +01:00
parent d8108c9880
commit 2b03336d18

View File

@@ -32,7 +32,7 @@ namespace
{
struct CrsrStateHelper
{
CrsrStateHelper(SwCrsrShell& rShell)
explicit CrsrStateHelper(SwCrsrShell& rShell)
: m_aLink(rShell)
, m_pCrsr(rShell.GetSwCrsr())
, m_aSaveState(*m_pCrsr)