mirror of https://github.com/KLayout/klayout.git
First bug fixes
This commit is contained in:
parent
271800ab94
commit
1b98efd7a8
|
|
@ -605,7 +605,8 @@ LEFDEFReaderOptions::LEFDEFReaderOptions ()
|
|||
}
|
||||
|
||||
LEFDEFReaderOptions::LEFDEFReaderOptions (const LEFDEFReaderOptions &d)
|
||||
: db::FormatSpecificReaderOptions ()
|
||||
: db::FormatSpecificReaderOptions (),
|
||||
m_lef_context_enabled (false)
|
||||
{
|
||||
operator= (d);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue