Fixed a linker issue.

This commit is contained in:
Matthias Koefferlein 2018-11-07 22:19:05 +01:00
parent 8107e1bb51
commit 009492a2a6
1 changed files with 2 additions and 2 deletions

View File

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