From f7843410a00372036b525dce03303b4be2aa96b5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 24 Jun 2018 14:08:31 +0200 Subject: [PATCH] Public declaration of path template instantiation --- src/db/db/dbPath.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/db/dbPath.cc b/src/db/db/dbPath.cc index a0c71d948..b8de7a597 100644 --- a/src/db/db/dbPath.cc +++ b/src/db/db/dbPath.cc @@ -579,8 +579,8 @@ Path round_path_corners (const Path &path, int rad, int n) return Path (round_path_corners (db::DPath (path), double (rad), n, 0.5)); } -template class path; -template class path; +template class DB_PUBLIC path; +template class DB_PUBLIC path; // explicit instantiations template DB_PUBLIC void path::create_shifted_points (Coord, Coord, Coord, bool, path::pointlist_type::iterator, path::pointlist_type::iterator, int, box_inserter::box_type>) const;