mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
dac0ff9343
commit
c1a58446af
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ public:
|
|||
: m_Value(value)
|
||||
{ }
|
||||
|
||||
inline Value(String&& value)
|
||||
: m_Value(value)
|
||||
{ }
|
||||
|
||||
inline Value(const char *value)
|
||||
: m_Value(String(value))
|
||||
{ }
|
||||
|
|
|
|||
Loading…
Reference in a new issue