We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c22f8 commit 06139c8Copy full SHA for 06139c8
1 file changed
src/tst/include/tst/IntegratedFixture.h
@@ -36,7 +36,7 @@ class IntegratedFixture : public tst::Fixture
36
37
protected:
38
odb::dbLib* lib_;
39
- odb::dbBlock* block_;
+ odb::dbBlock* block_{nullptr};
40
sta::dbNetwork* db_network_;
41
42
stt::SteinerTreeBuilder stt_;
0 commit comments