[consider merging] Fixed an unitialized pointer

This commit is contained in:
Matthias Koefferlein 2023-09-17 22:04:36 +02:00
parent b589f015da
commit 93c570a6f9
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ namespace db
{
NetlistCrossReference::NetlistCrossReference ()
: mp_per_circuit_data (0)
{
// .. nothing yet ..
}