mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
51f473d08a
commit
a51bc4010a
@ -203,6 +203,6 @@ std::vector<String> Dictionary::GetKeys(void) const
|
||||
String Dictionary::ToString(void) const
|
||||
{
|
||||
std::ostringstream msgbuf;
|
||||
ConfigWriter::EmitScope(msgbuf, 0, const_cast<Dictionary *>(this));
|
||||
ConfigWriter::EmitScope(msgbuf, 1, const_cast<Dictionary *>(this));
|
||||
return msgbuf.str();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user