diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-04 08:58:06 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-08 10:13:26 +0100 |
commit | d2622ba4f3eb53296df21ec14ec91fda42eebeeb (patch) | |
tree | 28fb7b861f4780c23c56fb0272809ece90645796 /sw/inc | |
parent | 574086f4cfbd8f85b47f310e5637d224acc05056 (diff) |
'explicit' makes no sense for a default constructor
Change-Id: Ib70c75e43ecf020fcb39696bddea414b0de9bbf7
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/index.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx index 9fa4e6307770..9f9c600f353d 100644 --- a/sw/inc/index.hxx +++ b/sw/inc/index.hxx @@ -111,7 +111,7 @@ protected: bool HasAnyIndex() const { return 0 != m_pFirst; } public: - explicit SwIndexReg(); + SwIndexReg(); virtual ~SwIndexReg(); /// rtti, derived classes might do the same. If so, one can cast typesavely |