Build issue fixed.

This commit is contained in:
Matthias Koefferlein 2019-03-02 17:35:15 +01:00
parent d7cb2913c9
commit b9127a93bf
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ public:
/** /**
* @brief Initialize the Variant with an explicit vector or variants * @brief Initialize the Variant with an explicit vector or variants
*/ */
template
Variant (const std::vector<tl::Variant> &list) Variant (const std::vector<tl::Variant> &list)
: m_type (t_list), m_string (0) : m_type (t_list), m_string (0)
{ {