From f2fff5cca1e90fa085e3df0df3f6004fc114633c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 1 Feb 2019 00:00:10 +0100 Subject: [PATCH] Fixed compile issue. --- src/db/db/dbNetlistWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/dbNetlistWriter.h b/src/db/db/dbNetlistWriter.h index 2324f7454..a97f1fd2c 100644 --- a/src/db/db/dbNetlistWriter.h +++ b/src/db/db/dbNetlistWriter.h @@ -78,7 +78,7 @@ namespace tl { template <> -struct tl::type_traits +struct type_traits : public tl::type_traits { typedef tl::false_tag has_default_constructor;