mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Windows build fix.
This commit is contained in:
parent
d705ff648e
commit
f027f1681b
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ public:
|
|||
Attribute<T>& operator=(const T& rhs)
|
||||
{
|
||||
Set(rhs);
|
||||
return *this;
|
||||
}
|
||||
|
||||
T Get(void) const
|
||||
|
|
|
|||
Loading…
Reference in a new issue