Fixed compile issue happend during porting of Cell#transform from master to 0.26

This commit is contained in:
Matthias 2020-07-05 05:36:51 -07:00
parent 5d70a5ade6
commit af34116b81
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ TEST(3c)
{
::pi = 0;
db::Manager m (true);
db::Manager m;
db::Layout g (&m);
db::Cell &c0 (g.cell (g.add_cell ()));
db::Cell &c1 (g.cell (g.add_cell ()));