Once more being nice to picky compilers ...

This commit is contained in:
Matthias Koefferlein 2018-12-31 01:08:51 +01:00
parent b75125f7c2
commit 0cc340cf4f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public:
namespace tl
{
template<> struct tl::type_traits<GenericDeviceExtractor> : public tl::type_traits<void>
template<> struct type_traits<GenericDeviceExtractor> : public tl::type_traits<void>
{
// mark "NetlistDeviceExtractor" as not having a default ctor and no copy ctor
typedef tl::false_tag has_copy_constructor;