mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Revert "[clang-tidy] Remove redundant init"
This reverts commit cc6826fc3a
.
This commit is contained in:
parent
9016c26828
commit
0b828be4aa
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ Variant::Variant (const Variant& other)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Variant::Variant (const bool value)
|
||||
: _bool (value)
|
||||
: _type (Variant::type_boolean)
|
||||
, _bool (value)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue