mirror of https://github.com/KLayout/klayout.git
Fixed a small build issue (ambiguous parameters)
This commit is contained in:
parent
5c7cd02af3
commit
345ff27854
|
|
@ -71,7 +71,7 @@ TEST(2_WithoutClip)
|
|||
}
|
||||
|
||||
db::Layout target;
|
||||
db::HierarchyBuilder builder (&target, false);
|
||||
db::HierarchyBuilder builder (&target);
|
||||
|
||||
db::cell_index_type target_top = target.add_cell ("CLIP_TOP");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue