Initialize TreeUpdater ctx_ with nullptr (#7722)
This commit is contained in:
parent
a62a3d991d
commit
55463b76c1
@ -32,7 +32,7 @@ class Json;
|
||||
*/
|
||||
class TreeUpdater : public Configurable {
|
||||
protected:
|
||||
GenericParameter const* ctx_;
|
||||
GenericParameter const* ctx_ = nullptr;
|
||||
|
||||
public:
|
||||
/*! \brief virtual destructor */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user