forked from qt-creator/qt-creator
Initialize the members of List<T>
This commit is contained in:
@@ -64,6 +64,7 @@ class List: public Managed
|
||||
|
||||
public:
|
||||
List()
|
||||
: value(_Tp()), next(0)
|
||||
{ }
|
||||
|
||||
_Tp value;
|
||||
|
||||
Reference in New Issue
Block a user