mirror of https://github.com/KLayout/klayout.git
Fixed a linker issue.
This commit is contained in:
parent
8107e1bb51
commit
009492a2a6
|
|
@ -111,8 +111,8 @@ Region &Region::transform (const T &trans)
|
|||
}
|
||||
|
||||
// explicit instantiations
|
||||
template <> Region &Region::transform (const db::ICplxTrans &);
|
||||
template <> Region &Region::transform (const db::Trans &);
|
||||
template Region &Region::transform (const db::ICplxTrans &);
|
||||
template Region &Region::transform (const db::Trans &);
|
||||
|
||||
template <class Sh>
|
||||
void Region::insert (const Sh &shape)
|
||||
|
|
|
|||
Loading…
Reference in New Issue