mirror of https://github.com/Icinga/icinga2.git
parent
dac0ff9343
commit
c1a58446af
|
@ -91,6 +91,10 @@ public:
|
||||||
: m_Value(value)
|
: m_Value(value)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
inline Value(String&& value)
|
||||||
|
: m_Value(value)
|
||||||
|
{ }
|
||||||
|
|
||||||
inline Value(const char *value)
|
inline Value(const char *value)
|
||||||
: m_Value(String(value))
|
: m_Value(String(value))
|
||||||
{ }
|
{ }
|
||||||
|
|
Loading…
Reference in New Issue