From b9127a93bf298efc7a73e4ac2d12d7875602b077 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 2 Mar 2019 17:35:15 +0100 Subject: [PATCH] Build issue fixed. --- src/tl/tl/tlVariant.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tl/tl/tlVariant.h b/src/tl/tl/tlVariant.h index 404581c74..b29e3da84 100644 --- a/src/tl/tl/tlVariant.h +++ b/src/tl/tl/tlVariant.h @@ -348,7 +348,6 @@ public: /** * @brief Initialize the Variant with an explicit vector or variants */ - template Variant (const std::vector &list) : m_type (t_list), m_string (0) {