Fixed a small build issue (ambiguous parameters)

This commit is contained in:
Matthias Koefferlein 2018-11-26 21:29:09 +01:00
parent 5c7cd02af3
commit 345ff27854
1 changed files with 1 additions and 1 deletions

View File

@ -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");