Fixed a porting issue.

This commit is contained in:
Matthias Koefferlein 2020-07-05 22:02:52 +02:00
parent 711f57c594
commit c47532e340
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ TEST(117)
// error on duplicate cell name
TEST(118)
{
db::Manager m (false);
db::Manager m;
db::Layout layout_org (&m);
db::cell_index_type cid1 = layout_org.add_cell ("A");