Kaydet (Commit) d2622ba4 authored tarafından Matteo Casalin's avatar Matteo Casalin

'explicit' makes no sense for a default constructor

Change-Id: Ib70c75e43ecf020fcb39696bddea414b0de9bbf7
üst 574086f4
...@@ -111,7 +111,7 @@ protected: ...@@ -111,7 +111,7 @@ protected:
bool HasAnyIndex() const { return 0 != m_pFirst; } bool HasAnyIndex() const { return 0 != m_pFirst; }
public: public:
explicit SwIndexReg(); SwIndexReg();
virtual ~SwIndexReg(); virtual ~SwIndexReg();
/// rtti, derived classes might do the same. If so, one can cast typesavely /// rtti, derived classes might do the same. If so, one can cast typesavely
......
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