mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
1f9d54b6a2
commit
b92a139a4c
@ -41,7 +41,7 @@ String& String::operator=(Value&& other)
|
|||||||
if (other.IsString())
|
if (other.IsString())
|
||||||
m_Data = std::move(other.Get<String>());
|
m_Data = std::move(other.Get<String>());
|
||||||
else
|
else
|
||||||
m_Data = other;
|
*this = static_cast<String>(other);
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user