mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
parent
dac0ff9343
commit
c1a58446af
@ -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…
x
Reference in New Issue
Block a user