mirror of https://github.com/KLayout/klayout.git
WIP: fixed tests.
This commit is contained in:
parent
4c13bb96a0
commit
cd0b86b1dc
|
|
@ -402,6 +402,7 @@ region_to_text_interaction_filter_base<OutputType, TextType>::fill_output ()
|
||||||
|
|
||||||
// explicit instantiations
|
// explicit instantiations
|
||||||
template class region_to_text_interaction_filter_base<db::Polygon, db::TextRef>;
|
template class region_to_text_interaction_filter_base<db::Polygon, db::TextRef>;
|
||||||
|
template class region_to_text_interaction_filter_base<db::Polygon, db::Text>;
|
||||||
template class region_to_text_interaction_filter_base<db::Text, db::Text>;
|
template class region_to_text_interaction_filter_base<db::Text, db::Text>;
|
||||||
template class region_to_text_interaction_filter_base<db::TextRef, db::TextRef>;
|
template class region_to_text_interaction_filter_base<db::TextRef, db::TextRef>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue