mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Windows build fix.
This commit is contained in:
parent
d705ff648e
commit
f027f1681b
@ -91,6 +91,7 @@ public:
|
|||||||
Attribute<T>& operator=(const T& rhs)
|
Attribute<T>& operator=(const T& rhs)
|
||||||
{
|
{
|
||||||
Set(rhs);
|
Set(rhs);
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
T Get(void) const
|
T Get(void) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user