Fixed compile issue.

This commit is contained in:
Matthias Koefferlein 2019-02-01 00:00:10 +01:00
parent efe06046aa
commit f2fff5cca1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace tl
{
template <>
struct tl::type_traits<db::NetlistWriter>
struct type_traits<db::NetlistWriter>
: public tl::type_traits<void>
{
typedef tl::false_tag has_default_constructor;