Fixed Windows build.

This commit is contained in:
Matthias Koefferlein 2019-09-08 23:40:34 +02:00
parent 48a13162d8
commit 9d921e29fe
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ RDB_PUBLIC void create_items_from_edge_pairs (rdb::Database *db, rdb::id_type ce
* This transformation is useful for providing the DBU-to-micron conversion.
*/
template <class Trans, class Iter>
RDB_PUBLIC void create_items_from_sequence (rdb::Database *db, rdb::id_type cell_id, rdb::id_type cat_id, const Trans &trans, Iter begin, Iter end)
RDB_PUBLIC_TEMPLATE void create_items_from_sequence (rdb::Database *db, rdb::id_type cell_id, rdb::id_type cat_id, const Trans &trans, Iter begin, Iter end)
{
for (Iter o = begin; o != end; ++o) {
rdb::Item *item = db->create_item (cell_id, cat_id);