Revert "[clang-tidy] Remove redundant init"
This reverts commit cc6826fc3a.
This commit is contained in:
@@ -108,7 +108,8 @@ Variant::Variant (const Variant& other)
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Variant::Variant (const bool value)
|
Variant::Variant (const bool value)
|
||||||
: _bool (value)
|
: _type (Variant::type_boolean)
|
||||||
|
, _bool (value)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user