mirror of https://github.com/KLayout/klayout.git
Fixed a build issue
This commit is contained in:
parent
d81e0ba51e
commit
92d0174711
|
|
@ -1444,6 +1444,8 @@ template class DB_PUBLIC layer_op<db::Shape::edge_type, db::unstable_layer_tag>;
|
|||
template class DB_PUBLIC layer_op<db::object_with_properties<db::Shape::edge_type>, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::Shape::edge_pair_type, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::object_with_properties<db::Shape::edge_pair_type>, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::Shape::point_type, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::object_with_properties<db::Shape::point_type>, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::Shape::text_type, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::object_with_properties<db::Shape::text_type>, db::unstable_layer_tag>;
|
||||
template class DB_PUBLIC layer_op<db::Shape::text_ref_type, db::unstable_layer_tag>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue