mirror of https://github.com/KLayout/klayout.git
[consider merging] Fixed an unitialized pointer
This commit is contained in:
parent
b589f015da
commit
93c570a6f9
|
|
@ -27,6 +27,7 @@ namespace db
|
|||
{
|
||||
|
||||
NetlistCrossReference::NetlistCrossReference ()
|
||||
: mp_per_circuit_data (0)
|
||||
{
|
||||
// .. nothing yet ..
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue