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