mirror of https://github.com/KLayout/klayout.git
Build issue fixed.
This commit is contained in:
parent
d7cb2913c9
commit
b9127a93bf
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue